Skip to content

Commit 569a870

Browse files
authored
Merge pull request #27 from mhmzdev/local-warning
Skipping of workflows
2 parents 12d9e29 + 95970a8 commit 569a870

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)