Skip to content

Commit

Permalink
[push-ci-image]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 3, 2024
1 parent 770b603 commit 45da9bd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-ci-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,27 @@ on:
schedule:
- cron: "17 0 * * *"

concurrency:
cancel-in-progress: true


jobs:
build:
# Push CI doesn't need this image
# if: inputs.image_postfix != '-push-ci'

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

runs-on: ubuntu-22.04

steps:
-
Expand Down

0 comments on commit 45da9bd

Please sign in to comment.