Skip to content

Commit

Permalink
try case sensitive spelling of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Oct 30, 2023
1 parent d833ee8 commit 2e40b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy to Staging

on:
workflow_run:
workflows: ["ci"]
workflows: ["CI"]
types: [completed]
branches: staging
workflow_dispatch:
Expand Down

0 comments on commit 2e40b57

Please sign in to comment.