Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit c3cc55b

Browse files
authored
Remove bad if in CI script
1 parent 929fe77 commit c3cc55b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/push-and-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
name: Package and release
6464
needs: [build-and-push]
6565
runs-on: ubuntu-latest
66-
if: "!contains(github.event.head_commit.message, 'Automated update') && !contains(github.event.head_commit.message, 'CI ignore')"
6766
steps:
6867
- name: Checkout
6968
id: checkout
@@ -142,7 +141,6 @@ jobs:
142141

143142
image-info:
144143
name: Trigger info extraction
145-
if: "!contains(github.event.head_commit.message, 'Automated update') && !contains(github.event.head_commit.message, 'CI ignore')"
146144
needs: [package]
147145
runs-on: ubuntu-latest
148146
steps:

0 commit comments

Comments
 (0)