Skip to content

Commit

Permalink
Revert "No more "--nobuild", indexer wouldn't work"
Browse files Browse the repository at this point in the history
This reverts commit 7ff3ea0.
  • Loading branch information
Willy-JL committed Mar 10, 2024
1 parent 58bd638 commit 1fac76c
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 @@ -97,7 +97,7 @@ jobs:
"${{ secrets.INDEXER_URL }}"/firmware/uploadfiles
- name: Send devbuild webhook
if: "github.event_name == 'push' && github.ref_name == 'dev'"
if: "github.event_name == 'push' && github.ref_name == 'dev' && !contains(github.event.head_commit.message, '--nobuild')"
env:
INDEXER_URL: ${{ secrets.INDEXER_URL }}
BUILD_WEBHOOK: ${{ secrets.BUILD_WEBHOOK }}
Expand Down

0 comments on commit 1fac76c

Please sign in to comment.