Skip to content

Commit 484eee9

Browse files
authored
Disable scheduled build
1 parent 7622a51 commit 484eee9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: Docker
66
# documentation.
77

88
on:
9-
schedule:
10-
- cron: '18 17 * * *'
119
push:
1210
branches: [ ]
1311
# Publish semver tags as releases.
@@ -60,4 +58,4 @@ jobs:
6058
context: .
6159
push: ${{ github.event_name != 'pull_request' }}
6260
tags: ${{ steps.meta.outputs.tags }}
63-
labels: ${{ steps.meta.outputs.labels }}
61+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)