Skip to content

Commit 7ceed36

Browse files
committed
Skip the workflow on "skip ci"
1 parent 095c180 commit 7ceed36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-classic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
jobs:
1616
build:
1717
runs-on: ubuntu-latest
18+
if: contains(github.event.head_commit.message, 'skip ci') != true
1819

1920
steps:
2021
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)