Skip to content

Commit

Permalink
Updated PR label to CI-Orion-Dispatch to avoid name clash while BASH …
Browse files Browse the repository at this point in the history
…CI framework is in place
  • Loading branch information
TerryMcGuinness-NOAA committed Jul 28, 2023
1 parent 97be75f commit 1138d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/globalworkflow-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:

checkout-build-link:
if: github.event.label.name == 'CI-Orion-Ready' || github.event_name == 'workflow_dispatch'
if: github.event.label.name == 'CI-Orion-Dispatch' || github.event_name == 'workflow_dispatch'
runs-on: [self-hosted, orion-ready]
timeout-minutes: 600

Expand Down

0 comments on commit 1138d27

Please sign in to comment.