Fix incorrect label

gha
Deanna Garcia 7 months ago
parent 14c6cfebe1
commit 1475ad5e98
  1. 2
      .github/workflows/test_runner.yml

@ -256,4 +256,4 @@ jobs:
run: "${{ !contains(join(needs.*.result, ' '), 'failure') && !contains(join(needs.*.result, ' '), 'cancelled') }}"
# This workflow must run even if one or more of the dependent workflows
# failed.
if: always() && ${{ needs.check-tag.result != 'skipped' }}
if: always() && ${{ needs.set-vars.result != 'skipped' }}

Loading…
Cancel
Save