We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e414cff commit 88ee23eCopy full SHA for 88ee23e
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: Test
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: "0 6 * * *" # daily at 6am
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
0 commit comments