Skip to content

Commit

Permalink
Change group name as the result of Github runner group migration.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 628205438
  • Loading branch information
wanyingd1996 authored and Dagger Team committed Apr 25, 2024
1 parent d9c0357 commit e209fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
name: 'Bazel tests'
needs: validate-latest-dagger-version
runs-on:
group: large-runner
group: large-runner-group
labels: ubuntu-22.04-16core
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
name: 'Bazel tests'
needs: validate-latest-dagger-version
runs-on:
group: large-runner
group: large-runner-group
labels: ubuntu-22.04-16core
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e209fa9

Please sign in to comment.