Skip to content

Commit dfc22ff

Browse files
committed
chore: ci - add skip release [skip release]
1 parent bf7a549 commit dfc22ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
Release:
6262
needs: [Test, Lint]
6363
if: github.ref == 'refs/heads/master' &&
64-
github.event.repository.fork == false
64+
github.event.repository.fork == false &&
65+
!contains(github.event.head_commit.message, '[skip release]')
6566
runs-on: ubuntu-latest
6667
steps:
6768
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)