Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop trying to binstall markdown-test-report
Browse files Browse the repository at this point in the history
daniel-noland committed Nov 30, 2024
1 parent e82bf60 commit d25aa12
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
@@ -93,10 +93,10 @@ jobs:
strategy:
fail-fast: false
matrix:
commit: ${{ fromJSON(needs.commits.outputs.commits) }}
rust:
- "stable"
- "nightly"
commit: ${{ fromJSON(needs.commits.outputs.commits) }}
runs-on: "lab"
timeout-minutes: 45
steps:
4 changes: 2 additions & 2 deletions .github/workflows/sterile.yml
Original file line number Diff line number Diff line change
@@ -60,10 +60,10 @@ jobs:
strategy:
fail-fast: false
matrix:
commit: ${{ fromJSON(needs.commits.outputs.commits) }}
rust:
- "stable"
name: "${{matrix.commit.msg}} [${{matrix.commit.ref}}] [rust/${{ matrix.rust }}]"
commit: ${{ fromJSON(needs.commits.outputs.commits) }}
name: "${{matrix.commit.msg}} [${{matrix.commit.ref}} with rust/${{ matrix.rust }}]"
steps:
- name: "login to ghcr.io"
uses: "docker/login-action@v3"

0 comments on commit d25aa12

Please sign in to comment.