Skip to content

Commit

Permalink
use group to assign runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron authored Sep 19, 2024
1 parent fef057e commit ae6f0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ on:

jobs:
build-container:
runs-on: ubuntu-latest
runs-on:
group: scilus-docker-builders
steps:
-
name: Validate input parameters
Expand Down

0 comments on commit ae6f0a4

Please sign in to comment.