Skip to content

Commit 9cdba95

Browse files
authored
Disable scheduled latest build/push
This currently fails due to the recent localstack licensing changes
1 parent ea9d4bf commit 9cdba95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
1919
type: string
2020
required: true
2121
default: latest
22-
schedule:
23-
- cron: "30 18 * * *"
22+
# schedule:
23+
# - cron: "30 18 * * *"
2424

2525
jobs:
2626
validation:

0 commit comments

Comments
 (0)