Skip to content

Commit

Permalink
fix(ci): revise DEMO URL triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jul 24, 2024
1 parent dc66232 commit f72d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
demo-routing:
name: DEMO Routing
if: ${{ event.type == 'workflow_dispatch' || github.event.label.name == 'demo' }}
if: ${{ github.event_name == 'workflow_dispatch' || github.event.label.name == 'demo' }}
env:
DEST: demo
DOMAIN: apps.silver.devops.gov.bc.ca
Expand Down

0 comments on commit f72d041

Please sign in to comment.