We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462dd1c commit 135817bCopy full SHA for 135817b
.github/workflows/operator-e2e.yaml
@@ -19,8 +19,7 @@ jobs:
19
github.event_name == 'workflow_dispatch' ||
20
(github.event.action == 'opened' && github.event.pull_request.draft == false) ||
21
(github.event.action == 'synchronize' &&
22
- github.event.pull_request.draft == false &&
23
- contains(github.event.pull_request.title, 'Release v'))
+ github.event.pull_request.draft == false)
24
25
steps:
26
- name: Trigger operator E2E workflow
0 commit comments