Skip to content

Commit

Permalink
chore: advance the schedule for the nightly run (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored and janhenrikoverland committed Aug 15, 2023
1 parent f7ade50 commit 2b0257e
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
Expand Up @@ -4,7 +4,7 @@ name: 'dhis2: nightly'

on:
schedule:
- cron: '50 6 * * 1-5'
- cron: '50 4 * * 1-5'

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
Expand Down Expand Up @@ -37,6 +37,6 @@ jobs:
uses: slackapi/[email protected]
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: ':x: Data-visualizer-app e2e nightly run <https://cloud.cypress.io/projects/sojh88/runs?branches=[{"label":"dev","suggested":false,"value":"dev"}]|failed>'
slack-message: ':data-visualizer-app: Data-visualizer-app e2e nightly run <https://cloud.cypress.io/projects/sojh88/runs?branches=[{"label":"dev","suggested":false,"value":"dev"}]|failed>'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 2b0257e

Please sign in to comment.