Skip to content

Commit

Permalink
chore: run nightly at 6:20 instead of 2:20 to avoid concurrently runn…
Browse files Browse the repository at this point in the history
…ing with instances reset (#2500)
  • Loading branch information
jenniferarnesen authored and janhenrikoverland committed Aug 15, 2023
1 parent 7d0604c commit da5d920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'dhis2: nightly'

# This workflow runs the e2e tests on the default branch against dev at 3:20am M-F
# This workflow runs the e2e tests on the default branch against dev at 6:50am M-F

on:
schedule:
- cron: '20 3 * * 1-5'
- cron: '50 6 * * 1-5'

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
Expand Down

0 comments on commit da5d920

Please sign in to comment.