We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 892aa9d + a9b0e76 commit 202a52bCopy full SHA for 202a52b
1 file changed
.github/workflows/release.yaml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
e2e-tests-olm:
14
+ if: "!startsWith(github.event.head_commit.message, 'ci(bot):')"
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v6
@@ -19,7 +20,7 @@ jobs:
19
20
uses: ./.github/e2e-tests-olm
21
22
publish-olm-development:
- if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
23
+ if: "!startsWith(github.event.head_commit.message, 'chore(release):') && !startsWith(github.event.head_commit.message, 'ci(bot):')"
24
25
environment: quay
26
needs:
0 commit comments