Skip to content

Commit 7e3085b

Browse files
authored
enalbe workflow dispatch only
1 parent 7853a5b commit 7e3085b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ name: Publish Docker image
1111

1212
on:
1313
workflow_dispatch: # allows manual triggering
14-
schedule:
15-
# Rebuild daily rather than on every push because it is expensive
16-
- cron: '12 4 * * *'
14+
# schedule:
15+
# # Rebuild daily rather than on every push because it is expensive
16+
# - cron: '12 4 * * *'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

0 commit comments

Comments
 (0)