Skip to content

Commit 3968c9d

Browse files
committed
remove redundant condition in release workflow [skip ci]
1 parent 85419a5 commit 3968c9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ jobs:
77
activate:
88
runs-on: ubuntu-latest
99
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]')
10+
github.repository == 'asciidoctor/asciidoctor-docs-ui' && !startsWith(github.event.head_commit.message, 'Release ')
1311
steps:
1412
- run: echo ok go
1513
build:

0 commit comments

Comments
 (0)