change workflow names to fix trigger issue

This commit is contained in:
msukkari 2025-01-30 14:50:52 -08:00
parent d513f93a39
commit bb4ff37752
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,5 +1,5 @@
name: Publish to ghcr (staging)
name: staging-publish-container
on:
push: