We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48654d commit de1be6eCopy full SHA for de1be6e
.github/workflows/CI.yml
@@ -69,7 +69,7 @@ jobs:
69
Release:
70
needs: [Test, Lint]
71
if: github.ref == 'refs/heads/master' &&
72
- github.event.repository.fork == false
+ github.event.repository.fork == false && !contains(github.event.head_commit.message, '[skip release]')
73
runs-on: ubuntu-latest
74
steps:
75
- uses: actions/checkout@v2
0 commit comments