Skip to content

Commit

Permalink
try to update the concurencey [push-ci-image]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 3, 2024
1 parent 551ac51 commit 7dc2ab4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-ci-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ on:
- cron: "17 0 * * *"


concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true



jobs:
build:
runs-on: ubuntu-22.04

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

strategy:
matrix:
file: ["quality", "consistency", "custom-tokenizers", "torch-light", "tf-light", "exotic-models", "torch-tf-light"] # Add your file names here
Expand Down

0 comments on commit 7dc2ab4

Please sign in to comment.