Skip to content

Commit de1be6e

Browse files
committed
ci: add skip-release [skip ci]
1 parent e48654d commit de1be6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
Release:
7070
needs: [Test, Lint]
7171
if: github.ref == 'refs/heads/master' &&
72-
github.event.repository.fork == false
72+
github.event.repository.fork == false && !contains(github.event.head_commit.message, '[skip release]')
7373
runs-on: ubuntu-latest
7474
steps:
7575
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)