From 149b7f2d7e6225ab6ac6982c209f3dee8731cff1 Mon Sep 17 00:00:00 2001 From: neuronull Date: Thu, 27 Apr 2023 10:22:28 -0600 Subject: [PATCH] add an actual job not in the other workflows to merge queue --- .github/workflows/master_merge_queue.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/master_merge_queue.yml b/.github/workflows/master_merge_queue.yml index 8e1589a12e9a6..741635a890d7b 100644 --- a/.github/workflows/master_merge_queue.yml +++ b/.github/workflows/master_merge_queue.yml @@ -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 @@ -97,6 +97,7 @@ jobs: runs-on: ubuntu-20.04 needs: - changes + - test-cli steps: - name: validate run: echo "OK"