Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 26, 2024
1 parent 569d2c7 commit 96006bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-ci-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
build:
runs-on: ubuntu-22.04

if: |
contains(github.event.head_commit.message, '[push-ci-image]') &&
${{ !cancelled() && (success() || failure()) }}
if: ${{ contains(github.event.head_commit.message, '[push-ci-image]') }}

strategy:
matrix:
Expand Down

0 comments on commit 96006bc

Please sign in to comment.