Skip to content

Commit

Permalink
updating prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie McBride authored and Charlie McBride committed Nov 9, 2023
1 parent 718ad37 commit 99f2a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-matrix-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
statuses: write # ./.github/actions/commit-status/*
jobs:
resolve:
if: (github.event_name != 'workflow_run' && github.event_name != 'pull_request_review') || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || (github.event_name == 'pull_request_review' && startsWith(github.event.review.body, '/test-new-e2e'))
if: (github.event_name != 'workflow_run' && github.event_name != 'pull_request_review') || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || (github.event_name == 'pull_request_review' && startsWith(github.event.review.body, '/new-e2e-test'))
uses: ./.github/workflows/resolve-args.yaml
e2e-matrix:
needs: [resolve]
Expand Down

0 comments on commit 99f2a4f

Please sign in to comment.