Skip to content

Commit

Permalink
chore: disable nightly scheduled test run (#2511)
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 committed Aug 30, 2023
1 parent 64b83e3 commit 144466d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 5:10am M-F
# This workflow runs the e2e tests on the default branch against dev

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

concurrency:
Expand Down

0 comments on commit 144466d

Please sign in to comment.