Skip to content

Commit

Permalink
skip:build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Jun 26, 2021
1 parent 422d09b commit 797344a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:
jobs:
build:
if: |
(startsWith(github.event.head_commit.message, 'skip:build') == false) ||
(startsWith(github.event.head_commit.message, 'Release ') == false)
startsWith(${{ github.event.head_commit.message }}, 'skip:build') == false ||
startsWith(${{ github.event.head_commit.message }}, 'Release ') == false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 797344a

Please sign in to comment.