Skip to content

Commit

Permalink
refactor: update test run schedule to run at ealier time (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca authored and katspaugh committed Jan 19, 2024
1 parent 72b566e commit 13a9771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/safe-apps-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
required: true
default: 'https://safe-client.safe.global'
schedule:
# At 9:00 on every day-of-week from Monday through Friday
- cron: '0 9 * * 1-5'
# At 4:00 on every day-of-week from Monday through Friday
- cron: '0 4 * * 1-5'

jobs:
e2e:
Expand Down Expand Up @@ -176,4 +176,4 @@ jobs:
CYPRESS_CLIENT_GATEWAY_BASE_URL: ${{ github.event.inputs.configServiceBaseUrl || 'https://safe-client.safe.global' }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
continue-on-error: true

0 comments on commit 13a9771

Please sign in to comment.