Skip to content

Commit

Permalink
Disable cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Jan 16, 2022
1 parent c3fc74a commit e7b8838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Periodic integration tests
on:
workflow_dispatch:
branches: [ main ]
schedule:
- cron: 0 0 * * SUN
# schedule:
# - cron: 0 0 * * SUN

jobs:
test:
Expand Down

0 comments on commit e7b8838

Please sign in to comment.