Skip to content

Commit

Permalink
Cron schedule setting #3
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimnikonov1 committed Oct 30, 2023
1 parent fb78a0e commit e686d9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: E2E tests

on:
schedule:
- cron: '0 14 * * 1'
- cron: '50 11 * * 1'

pull_request:
branches:
Expand Down Expand Up @@ -30,7 +30,8 @@ env:
WEB3_WALLET_ADDRESS: ${{ secrets.WEB3_WALLET_ADDRESS }}

jobs:
schedule_tests:
schedule_tests:
if: github.event.schedule == '50 11 * * 1'
name: E2E tests every Monday
runs-on: ubuntu-latest

Expand Down

0 comments on commit e686d9a

Please sign in to comment.