Skip to content

Commit

Permalink
Correcting the time for GATKNightly build cron jobs. (#7784)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Apr 15, 2022
1 parent 9e04333 commit 0f6ca4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gatk-nightly-docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build and Upload GATK Nightly Docker Image
on:
schedule:
# trigger the job the image at 1am est every night (UTC 20:00)
# NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk
- cron: '0 20 * * *'
- cron: '17 05 * * *' # trigger the job to build the image at 12:17am EST every night (UTC 05:17)

# NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk
jobs:
buildDocker:
name: build docker images
Expand Down

0 comments on commit 0f6ca4f

Please sign in to comment.