Skip to content

Commit

Permalink
feat(ci): demo routing workflow ii (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jul 24, 2024
1 parent dc66232 commit 1e471f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: DEMO Route

on:
label:
types: [created]
pull_request:
types: [labeled]
workflow_dispatch:
inputs:
target:
Expand All @@ -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 1e471f8

Please sign in to comment.