We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b97e51 commit a0b2e01Copy full SHA for a0b2e01
.github/workflows/rubocop.yml
@@ -1,5 +1,11 @@
1
name: Run rubocop
2
-on: [push, pull_request]
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '4 0 * * SUN'
8
9
jobs:
10
rubocop:
11
runs-on: ubuntu-latest
.github/workflows/test.yml
name: Run tests
+ - cron: '4 1 * * SUN'
test:
runs-on: ${{ matrix.os }}
0 commit comments