Skip to content

Commit 149b7f2

Browse files
committed
add an actual job not in the other workflows to merge queue
1 parent 7b55c19 commit 149b7f2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/master_merge_queue.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
uses: ./.github/workflows/changes.yml
2828
secrets: inherit
2929

30-
# test-cli:
31-
# uses: ./.github/workflows/cli.yml
32-
# needs: changes
33-
# secrets: inherit
34-
# if: ${{ needs.changes.outputs.source == 'true' }}
30+
test-cli:
31+
uses: ./.github/workflows/cli.yml
32+
needs: changes
33+
secrets: inherit
34+
if: ${{ needs.changes.outputs.source == 'true' }}
3535

3636
# test-misc:
3737
# uses: ./.github/workflows/misc.yml
@@ -97,6 +97,7 @@ jobs:
9797
runs-on: ubuntu-20.04
9898
needs:
9999
- changes
100+
- test-cli
100101
steps:
101102
- name: validate
102103
run: echo "OK"

0 commit comments

Comments
 (0)