This commit is contained in:
Chuck Lantz 2021-10-15 02:31:18 +00:00 коммит произвёл GitHub
Родитель 929fe7736e
Коммит c3cc55bf7f
1 изменённых файлов: 0 добавлений и 2 удалений

2
.github/workflows/push-and-package.yml поставляемый
Просмотреть файл

@ -63,7 +63,6 @@ jobs:
name: Package and release
needs: [build-and-push]
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'Automated update') && !contains(github.event.head_commit.message, 'CI ignore')"
steps:
- name: Checkout
id: checkout
@ -142,7 +141,6 @@ jobs:
image-info:
name: Trigger info extraction
if: "!contains(github.event.head_commit.message, 'Automated update') && !contains(github.event.head_commit.message, 'CI ignore')"
needs: [package]
runs-on: ubuntu-latest
steps: