We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7853a5b commit 7e3085bCopy full SHA for 7e3085b
1 file changed
.github/workflows/docker.yml
@@ -11,9 +11,9 @@ name: Publish Docker image
11
12
on:
13
workflow_dispatch: # allows manual triggering
14
- schedule:
15
- # Rebuild daily rather than on every push because it is expensive
16
- - cron: '12 4 * * *'
+ # schedule:
+ # # Rebuild daily rather than on every push because it is expensive
+ # - cron: '12 4 * * *'
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
0 commit comments