mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
change workflow names to fix trigger issue
This commit is contained in:
parent
d513f93a39
commit
bb4ff37752
2 changed files with 3 additions and 3 deletions
4
.github/workflows/fly-deploy-staging.yml
vendored
4
.github/workflows/fly-deploy-staging.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
name: Deploy to Fly (staging)
|
||||
name: staging-deploy-container
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Publish to ghcr (staging)"]
|
||||
workflows: [staging-publish-container]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
2
.github/workflows/staging-ghcr-public.yml
vendored
2
.github/workflows/staging-ghcr-public.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
name: Publish to ghcr (staging)
|
||||
name: staging-publish-container
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue