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 1d7ee5e commit 21c8f1bCopy full SHA for 21c8f1b
.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: '3 20 * * SUN'
8
9
jobs:
10
rubocop:
11
runs-on: ubuntu-latest
.github/workflows/test.yml
name: Run tests
+ - cron: '3 21 * * SUN'
test:
runs-on: ${{ matrix.os }}
0 commit comments