last reverts

Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
Adrien 2024-07-19 20:59:48 +02:00
parent 79ae03c503
commit e39bac2cd1
No known key found for this signature in database
GPG Key ID: 13A249A288DE0DAB
2 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ jobs:
# fail-fast is true by default # fail-fast is true by default
fail-fast: false fail-fast: false
matrix: matrix:
hardware: ["cuda"] hardware: ["cuda", "rocm", "intel"]
uses: ./.github/workflows/build.yaml # calls the one above ^ uses: ./.github/workflows/build.yaml # calls the one above ^
with: with:
hardware: ${{ matrix.hardware }} hardware: ${{ matrix.hardware }}

View File

@ -4,11 +4,11 @@ on:
schedule: schedule:
- cron: '0 0 * * 1-5' - cron: '0 0 * * 1-5'
# pull_request: pull_request:
# paths: paths:
# - ".github/workflows/load_test.yaml" - ".github/workflows/load_test.yaml"
# branches: branches:
# - 'main' - 'main'
jobs: jobs:
load-tests: load-tests: