We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85419a5 commit 3968c9dCopy full SHA for 3968c9d
.github/workflows/release.yml
@@ -7,9 +7,7 @@ jobs:
7
activate:
8
runs-on: ubuntu-latest
9
if: |
10
- github.repository == 'asciidoctor/asciidoctor-docs-ui' &&
11
- !startsWith(github.event.head_commit.message, 'Release ') &&
12
- !endsWith(github.event.head_commit.message, ' [skip ci]')
+ github.repository == 'asciidoctor/asciidoctor-docs-ui' && !startsWith(github.event.head_commit.message, 'Release ')
13
steps:
14
- run: echo ok go
15
build:
0 commit comments