Skip to content

Commit

Permalink
add an actual job not in the other workflows to merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Apr 27, 2023
1 parent 7b55c19 commit 149b7f2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/master_merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
uses: ./.github/workflows/changes.yml
secrets: inherit

# test-cli:
# uses: ./.github/workflows/cli.yml
# needs: changes
# secrets: inherit
# if: ${{ needs.changes.outputs.source == 'true' }}
test-cli:
uses: ./.github/workflows/cli.yml
needs: changes
secrets: inherit
if: ${{ needs.changes.outputs.source == 'true' }}

# test-misc:
# uses: ./.github/workflows/misc.yml
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
runs-on: ubuntu-20.04
needs:
- changes
- test-cli
steps:
- name: validate
run: echo "OK"

0 comments on commit 149b7f2

Please sign in to comment.