Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingdoom authored Jan 5, 2024
1 parent a806946 commit 9467d45
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 @@ -17,7 +17,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
if: "contains(github.event.commits[0].author, 'Submodule Updater')"
if: "!contains(github.event.commits[0].author, 'Submodule Updater')"
# The type of runner that the job will run on
runs-on: self-hosted

Expand Down

0 comments on commit 9467d45

Please sign in to comment.