Skip to content

Commit

Permalink
skip:build testing
Browse files Browse the repository at this point in the history
dumb mistake
  • Loading branch information
oze4 committed Jun 26, 2021
1 parent 7b9d3cf commit 0a8cf7b
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 @@ -18,8 +18,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') != true &&
startsWith(${{ github.event.head_commit.message }}, 'Release ') != true
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 0a8cf7b

Please sign in to comment.