mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
Add option to skip devbuild --nobuild
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
run: bash .github/workflow_data/package.sh
|
||||
|
||||
- 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:
|
||||
NC_HOST: "https://cloud.cynthialabs.net/"
|
||||
NC_USER: "${{ secrets.NC_USER }}"
|
||||
|
||||
Reference in New Issue
Block a user