Pause scheduled releases
We need to hold-off the next release until https://github.com/osbuild/osbuild-composer/pull/3524 is merged
This commit is contained in:
parent
36158ab843
commit
815f6c4f16
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create-tag.yml
vendored
4
.github/workflows/create-tag.yml
vendored
|
|
@ -3,8 +3,8 @@ name: "Create and push release tag"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: "0 8 * * 3"
|
# - cron: "0 8 * * 3"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag-and-push:
|
tag-and-push:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue