Skip to content

Commit

Permalink
chore: fix test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Teixeira <[email protected]>
  • Loading branch information
Tiago Teixeira authored Jun 21, 2024
1 parent 6244335 commit c93ca70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
tests-run:
name: 'Run Unit Tests'
if: '!contains(github.event.head_commit.message, "[skip ci]")'
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c93ca70

Please sign in to comment.