Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit ddcf4c8

Browse files
authored
Added ability to skip CI
1 parent 1c6943c commit ddcf4c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
build:
88
name: Build and Test
99
runs-on: ubuntu-latest
10+
#This check is case insensitive
11+
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
1012
env:
1113
BUILD_VERSION: SNAPSHOT
1214
outputs:

0 commit comments

Comments
 (0)