We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ac440 commit ddeb701Copy full SHA for ddeb701
1 file changed
.github/workflows/egress-capture.yml
@@ -38,7 +38,7 @@ permissions:
38
jobs:
39
run-e2e:
40
# TEMPORARY — remove '|| github.event_name == 'pull_request'' before merging
41
- if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
+ if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' || true
42
uses: ./.github/workflows/e2e-deployment.yml
43
with:
44
run-connected: ${{ inputs.run-connected }}
0 commit comments