Skip to content

Commit

Permalink
QE fix typo on windows-e2e gh action flow.
Browse files Browse the repository at this point in the history
On commit 662d582 the windows-e2e executions was filtered for specific cases, within that commit we introduce a typo on the condition checked to run the tests. This commit fix the typo

Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Sep 25, 2024
1 parent 71a3f1d commit b6ab6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_run
if: |
github.event.workflow_run.conclusion == 'success' &&
env.source_event == 'pull_request' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.triggering_actor != 'dependabot[bot]'
uses: crc-org/crc/.github/workflows/windows-qe-tpl.yml@main
strategy:
Expand Down

0 comments on commit b6ab6a1

Please sign in to comment.