diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 02fa8229f9..b7dc3afd9c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -46,7 +46,7 @@ jobs: permissions: pull-requests: read outputs: - run-e2e: ${{ steps.check-if-pr-has-label.outputs.run-e2e == 'true' && (github.event.action != 'labeled' || (github.event.action == 'labeled' && github.event.label.name == 'ready-for-e2e')) }} + run-e2e: ${{ steps.check-if-pr-has-label.outputs.run-e2e == 'true' && (github.event.action != 'labeled' || github.event.label.name == 'ready-for-e2e') }} steps: - name: Check if PR exists with ready-for-e2e label for this SHA id: check-if-pr-has-label