Add option to skip devbuild --nobuild

This commit is contained in:
Willy-JL
2023-08-09 21:18:12 +02:00
parent bfb9296d07
commit 6f0ccaacab

View File

@@ -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 }}"