Skip to content

Commit

Permalink
[CI] Change label of runners for profiling workflows (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored May 17, 2024
1 parent a95e916 commit 67c8058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
needs: set-variables
uses: ./.github/workflows/run-on-comment.yml
with:
runs-on: '["self-hosted", "test"]'
runs-on: '["self-hosted", "profiling"]'
keyword: profiling
commands: |
tox -vv -e profile -- \
Expand All @@ -108,7 +108,7 @@ jobs:
name: Scheduled / dispatch triggered profiling
if: ${{ github.event_name != 'issue_comment' }}
needs: set-variables
runs-on: [self-hosted, test]
runs-on: [self-hosted, profiling]
timeout-minutes: 8640
steps:
- name: Checkout repository
Expand Down

0 comments on commit 67c8058

Please sign in to comment.