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 1632c54 commit 569d2c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-ci-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ jobs:
build:
runs-on: ubuntu-22.04

if: |
contains(github.event.head_commit.message, '[push-ci-image]') &&
${{ !cancelled() && (success() || failure()) }}
strategy:
matrix:
file: ["quality", "consistency", "custom-tokenizers", "torch-light", "tf-light", "exotic-models", "torch-tf-light"] # Add your file names here
continue-on-error: true
if: |
contains(github.event.head_commit.message, '[push-ci-image]') &&
contains(github.actor, 'transformers') &&
${{ !cancelled() && (success() || failure()) }}

steps:
-
Expand Down

0 comments on commit 569d2c7

Please sign in to comment.