Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/drupal-contrib-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Drupal Contrib Integration Tests
#
# Two jobs:
# contrib-plain — matrix of known modules on D11, runs on every
# push to drupal-contrib/** and nightly
# push to main and nightly
# contrib-issue-fork — single workspace using a real drupal.org contrib issue
# fork, runs nightly only
#
Expand Down Expand Up @@ -35,8 +35,6 @@ on:
- cron: '0 5 * * *'
push:
branches: [main]
paths:
- 'drupal-contrib/**'
pull_request:
workflow_dispatch:
inputs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/drupal-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Drupal Integration Tests
#
# Two jobs:
# drupal-plain — matrix of D11 and D12, no issue fork, runs on every
# push to drupal-core/** and nightly
# push to main and nightly
# drupal-issue-fork — single workspace using a real drupal.org issue fork,
# runs nightly only
#
Expand Down Expand Up @@ -40,8 +40,6 @@ on:
- cron: '0 4 * * *'
push:
branches: [main]
paths:
- 'drupal-core/**'
pull_request:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
template: [user-defined-web, drupal-core, freeform]
template: [user-defined-web, drupal-core, drupal-contrib, freeform]
fail-fast: false
steps:
- uses: actions/checkout@v6
Expand Down