Skip to content

Commit

Permalink
try lab again
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 5, 2024
1 parent 28d2ae0 commit 180d295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
just:
- version: 1.36.0
continue-on-error: ${{ matrix.rust.optional }}
runs-on: "ubuntu-latest"
runs-on: lab
timeout-minutes: 45
steps:
- name: login to ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sterile-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:

jobs:
test:
runs-on: "ubuntu-latest"
runs-on: lab
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
limit-access-to-actor: true

push:
runs-on: "ubuntu-latest"
runs-on: lab
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 180d295

Please sign in to comment.