Skip to content

Commit

Permalink
build: 🛠 Run linting/testing on monday
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Oct 1, 2023
1 parent 8fe1e5b commit b140fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
pull_request:
schedule:
- cron: '@weekly'
- cron: '0 7 * * 1'
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
pull_request:
schedule:
- cron: '@weekly'
- cron: '0 7 * * 1'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b140fcf

Please sign in to comment.