Skip to content

Commit b25af9c

Browse files
committed
Change publish default value temporarily
1 parent 3e2ee95 commit b25af9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/container-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Container Release
22
on:
3-
# schedule:
4-
# - cron: "19 19 * * 0" # 19:19 UTC every Sunday
53
push:
64
paths:
75
- containers/wally-devel/**
@@ -10,8 +8,8 @@ on:
108
inputs:
119
publish:
1210
description: "Publish to the container registry"
13-
required: true
14-
default: false
11+
required: false
12+
default: true
1513
type: boolean
1614

1715
env:

0 commit comments

Comments
 (0)