We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b6b3e commit 7b0145fCopy full SHA for 7b0145f
.github/workflows/cache-issues.yaml
@@ -3,6 +3,9 @@ on:
3
schedule:
4
- cron: '0 */6 * * *'
5
workflow_dispatch:
6
+ # TODO: Add for test, remove before merge
7
+ push:
8
+ pull_request:
9
10
jobs:
11
collect_n_upload:
0 commit comments