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"