fix deployment trigger

This commit is contained in:
BotBlake
2026-02-26 01:49:07 +01:00
parent a54227ef25
commit d1fb0327f4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Build
name: build
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+3 -3
View File
@@ -1,12 +1,12 @@
name: Deploy
name: deploy
concurrency:
group: deploy-${{ github.event.workflow_run.head_sha }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
workflow_run:
workflows: ['Build']
workflows: [build]
types:
- completed