Skip to content

Commit

Permalink
up-to-date: use dedicated runner to control job concurrency (#48970)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Dec 11, 2024
1 parent c2e7b40 commit 0df36ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connectors_up_to_date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run_connectors_up_to_date:
needs: generate_matrix
name: Connectors up-to-date
runs-on: connector-nightly-xlarge
runs-on: connector-up-to-date-small
continue-on-error: true
strategy:
matrix: ${{fromJson(needs.generate_matrix.outputs.generated_matrix)}}
Expand Down

0 comments on commit 0df36ed

Please sign in to comment.