We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4667eb8 commit f57dcc8Copy full SHA for f57dcc8
.github/workflows/reviewdog.yml
@@ -1,6 +1,12 @@
1
---
2
name: reviewdog
3
on: # yamllint disable-line rule:truthy
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - edited
8
+ - reopened
9
+ - synchronize
10
push:
11
12
jobs:
.github/workflows/test.yml
@@ -1,8 +1,14 @@
name: Test
- # Run the tests on every push, and also at 3am every night
+ # Run the tests at 3am every night
schedule:
13
- cron: '0 3 * * *' # * is a special character in YAML so you have to quote this string
14
env:
0 commit comments