We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b55c19 commit 149b7f2Copy full SHA for 149b7f2
1 file changed
.github/workflows/master_merge_queue.yml
@@ -27,11 +27,11 @@ jobs:
27
uses: ./.github/workflows/changes.yml
28
secrets: inherit
29
30
- # test-cli:
31
- # uses: ./.github/workflows/cli.yml
32
- # needs: changes
33
- # secrets: inherit
34
- # if: ${{ needs.changes.outputs.source == 'true' }}
+ test-cli:
+ uses: ./.github/workflows/cli.yml
+ needs: changes
+ secrets: inherit
+ if: ${{ needs.changes.outputs.source == 'true' }}
35
36
# test-misc:
37
# uses: ./.github/workflows/misc.yml
@@ -97,6 +97,7 @@ jobs:
97
runs-on: ubuntu-20.04
98
needs:
99
- changes
100
+ - test-cli
101
steps:
102
- name: validate
103
run: echo "OK"
0 commit comments