Skip to content

Commit

Permalink
chore: disable nightly scheduled test run (#2782)
Browse files Browse the repository at this point in the history
This is temporary during summer 2023 when there is very little frontend or backend activity
  • Loading branch information
jenniferarnesen authored Jul 4, 2023
1 parent d9fc748 commit 523eca7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: 'dhis2: nightly'
# This workflow runs the e2e tests on the default branch against dev at 4:20am M-F

on:
schedule:
- cron: '20 4 * * 1-5'
# schedule:
# - cron: '20 4 * * 1-5'
workflow_dispatch:

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

0 comments on commit 523eca7

Please sign in to comment.