No more "--nobuild", indexer wouldn't work

This commit is contained in:
Willy-JL
2024-03-10 11:17:32 +00:00
parent 20e873f5c5
commit 7ff3ea0364

View File

@@ -97,7 +97,7 @@ jobs:
"${{ secrets.INDEXER_URL }}"/firmware/uploadfiles
- name: Send devbuild webhook
if: "github.event_name == 'push' && github.ref_name == 'dev' && !contains(github.event.head_commit.message, '--nobuild')"
if: "github.event_name == 'push' && github.ref_name == 'dev'"
env:
INDEXER_URL: ${{ secrets.INDEXER_URL }}
BUILD_WEBHOOK: ${{ secrets.BUILD_WEBHOOK }}