Skip to content

Commit

Permalink
Syntax fix to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Sep 20, 2023
1 parent 18cc11d commit 279cfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
ci_skip:
runs-on: [ubuntu-latest]
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Pass on [ci skip]
Expand Down

0 comments on commit 279cfce

Please sign in to comment.