Skip to content

Commit ab35606

Browse files
authored
Adjust workflows (#3563)
* Disable cron for triton-benchmarks. Instead, it will be triggered externally by Glados. This is to disable running this workflow by cron in forks. * Limit concurrency for build-test-python.yml. Running 8 jobs in parallel creates unnecessary pressure on the servers.
1 parent bfc8bda commit ab35606

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-test-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
strategy:
7272
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
7373
fail-fast: false
74+
max-parallel: 2
7475

7576
uses: ./.github/workflows/build-test-reusable.yml
7677
with:

.github/workflows/triton-benchmarks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ on:
3636
type: boolean
3737
default: false
3838

39-
schedule:
40-
- cron: "5 23 * * *"
4139
pull_request:
4240
branches:
4341
- main

0 commit comments

Comments
 (0)