Skip to content

Commit 3401713

Browse files
committed
Require drupal cms test for release
1 parent 873f351 commit 3401713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
release:
3939
runs-on: ubuntu-latest
4040
if: startsWith(github.ref, 'refs/tags/')
41-
needs: test
41+
needs: [test,test-cms]
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: prepare artifact

0 commit comments

Comments
 (0)