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: false
matrix:
hardware: ["cuda"]
hardware: ["cuda", "rocm", "intel"]
uses: ./.github/workflows/build.yaml # calls the one above ^
with:
hardware: ${{ matrix.hardware }}

View File

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