We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958a3f2 commit 1fa5128Copy full SHA for 1fa5128
.github/workflows/cache.yaml
@@ -1,7 +1,8 @@
1
name: Cache
2
on:
3
- schedule:
4
- - cron: "0 0 * * *"
+ pull_request:
+ types:
5
+ - closed
6
workflow_dispatch:
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}-cache
0 commit comments