Skip to content

Commit

Permalink
remove redundant/built-in feature in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed May 13, 2024
1 parent 789a692 commit 296f1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" # can the if also be est for all jobs?
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 296f1d7

Please sign in to comment.