mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:10:04 +03:00
fix deployment trigger
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: build
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user