Skip to content

Commit 95970a8

Browse files
committed
Skipping of workflows
1 parent 288c52a commit 95970a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
release:
1010
name: Create a PR for release workflow
1111
runs-on: ubuntu-latest
12+
# Skip if commit message contains [skip ci], [ci skip], or docs:
13+
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]') && !startsWith(github.event.head_commit.message, 'docs:')"
14+
1215
steps:
1316
- uses: actions/checkout@v4
1417
with:

0 commit comments

Comments
 (0)