summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-23 23:54:29 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-04-24 01:04:42 -0600
commit9d04149ba44dd2772f9b762976c6abfa67d88d89 (patch)
treed9d932bc31f0921e1a2eb9a478774f81d1ecaae4
parent057863c39fb749bd960fbb4e410654e2b5452930 (diff)
remove check for skip ci in commit message as it's now supported by default [no ci]
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f118bbb0..acc9c29c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
activate:
if: |
(github.event_name == 'schedule' && github.repository_owner == 'asciidoctor') ||
- (github.event_name != 'schedule' && !endsWith(github.event.head_commit.message, '[skip ci]'))
+ github.event_name != 'schedule'
runs-on: ubuntu-latest
steps:
- name: Proceed