Skip to content

Commit

Permalink
ci: Disable scheduled workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-github committed Jun 21, 2024
1 parent 641e5d8 commit 825591a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "Test Redis"
on:
push:
pull_request:
schedule:
- cron: '0 03 * * 1' # At 03:00 on Monday.

jobs:
tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "Test"
on:
push:
pull_request:
schedule:
- cron: '0 03 * * 1' # At 03:00 on Monday.

jobs:
tests:
Expand Down

0 comments on commit 825591a

Please sign in to comment.