Skip to content

Commit 135817b

Browse files
committed
dont skip if not release
1 parent 462dd1c commit 135817b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/operator-e2e.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
github.event_name == 'workflow_dispatch' ||
2020
(github.event.action == 'opened' && github.event.pull_request.draft == false) ||
2121
(github.event.action == 'synchronize' &&
22-
github.event.pull_request.draft == false &&
23-
contains(github.event.pull_request.title, 'Release v'))
22+
github.event.pull_request.draft == false)
2423
2524
steps:
2625
- name: Trigger operator E2E workflow

0 commit comments

Comments
 (0)