Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonnet committed Dec 3, 2024
1 parent 8303063 commit 3a29a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- "stable"
- "beta"
- "nightly"
name: "Developer build (Rust ${{ matrix.rust }})"
name: "Developer build"
runs-on: "lab"
timeout-minutes: 45
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sterile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
rust:
- "stable"
- "nightly"
name: "Sterile test run (Rust ${{ matrix.rust }})"
name: "Sterile test run"
steps:
- name: "login to ghcr.io"
uses: "docker/login-action@v3"
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
rust:
- "stable"
- "nightly"
name: "Push containers (Rust ${{ matrix.rust }})"
name: "Push containers"
steps:
- name: "login to ghcr.io"
uses: "docker/login-action@v3"
Expand Down

0 comments on commit 3a29a6d

Please sign in to comment.