Skip to content

Commit bb4ff37

Browse files
committed
change workflow names to fix trigger issue
1 parent d513f93 commit bb4ff37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/fly-deploy-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
name: Deploy to Fly (staging)
2+
name: staging-deploy-container
33

44
on:
55
workflow_run:
6-
workflows: ["Publish to ghcr (staging)"]
6+
workflows: [staging-publish-container]
77
types:
88
- completed
99

.github/workflows/staging-ghcr-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Publish to ghcr (staging)
2+
name: staging-publish-container
33

44
on:
55
push:

0 commit comments

Comments
 (0)