Skip to content

Commit ddeb701

Browse files
committed
make-egress-capture-work-again
Signed-off-by: Rafa Porres Molina <rporresm@redhat.com>
1 parent b7ac440 commit ddeb701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/egress-capture.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permissions:
3838
jobs:
3939
run-e2e:
4040
# 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'
41+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' || true
4242
uses: ./.github/workflows/e2e-deployment.yml
4343
with:
4444
run-connected: ${{ inputs.run-connected }}

0 commit comments

Comments
 (0)