Skip to content

Commit

Permalink
We used a group, not label
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuncak committed Dec 6, 2024
1 parent 9741b9c commit bbc458d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stainless-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
- main
jobs:
tests:
runs-on: [self-hosted, linux, fast-machines]
runs-on:
group: [fast-machines]
labels: [self-hosted, linux]
env:
JAVA_OPTS_TMP_DIR: ./tmp_java
# define Java options for both official sbt and sbt-extras
Expand Down

0 comments on commit bbc458d

Please sign in to comment.