Skip to content

Commit

Permalink
do i actually need this
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Apr 10, 2024
1 parent 84ace2a commit e3d1d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [ workflow_dispatch, push, pull_request ]

jobs:
build:
if: !contains(github.event.head_commit.message, '[skip]')
if: "!contains(github.event.head_commit.message, '[skip]')"
runs-on: ubuntu-20.04
steps:
- name: checkout
Expand Down

0 comments on commit e3d1d4d

Please sign in to comment.