Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Jun 17, 2024
1 parent a1c5da6 commit de8ef31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: collator-selection-test-run
name: collator-selection

# Controls when the action will run.
on:
Expand All @@ -16,7 +16,7 @@ jobs:

prepare-execution-marix:
name: Prepare execution matrix
runs-on: [ test ]
runs-on: [self-hosted]
outputs:
matrix: ${{ steps.create_matrix.outputs.matrix }}

Expand All @@ -43,7 +43,7 @@ jobs:
collator-selection:
needs: prepare-execution-marix
# The type of runner that the job will run on
runs-on: [self-hosted-ci,large]
runs-on: [test]

timeout-minutes: 1380

Expand Down

0 comments on commit de8ef31

Please sign in to comment.