Skip to content

Commit

Permalink
turn conus scheduler back on
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Aug 14, 2024
1 parent e2b9e3b commit 4acf553
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/schedule-conus-nrt-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:

jobs:
run_dps_job_v3:
if: false
# if: |
# ${{ vars.SCHEDULER_ENABLED == 'true' }} &&
# contains('["ranchodeluxe", "mccabete", "jsignell", "zebbecker", "eorland"]', github.actor)
if: |
${{ vars.SCHEDULER_ENABLED == 'true' }} &&
contains('["ranchodeluxe", "mccabete", "jsignell", "zebbecker", "eorland"]', github.actor)
runs-on: ubuntu-latest
environment: production
steps:
Expand Down

0 comments on commit 4acf553

Please sign in to comment.