Skip to content

Commit

Permalink
[skip ci] Update build-and-release.yml
Browse files Browse the repository at this point in the history
undo breaking the action and figure out that contains isn't case sensitive anyways
  • Loading branch information
breadbyte committed Apr 19, 2024
1 parent 8037794 commit fc2373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
if: ${{ !contains(github.event.head_commit.message, 'skip') || !contains(github.event.head_commit.message, 'SKIP') !contains(github.event.head_commit.message, 'Skip')}}
if: ${{ !contains(github.event.head_commit.message, 'skip')}}
steps:
- name: dummy action
run: "echo 'dummy action that checks if the build is to be skipped, if it is, this action does not run to break the entire build action'"

0 comments on commit fc2373b

Please sign in to comment.