Skip to content

Commit

Permalink
CI touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 23, 2024
1 parent 9fbab4c commit 1bc29ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- push

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after }}
group: ${{ github.workflow }}-${{ github.event.push || github.event.after }}
cancel-in-progress: true

permissions:
Expand All @@ -26,7 +26,7 @@ jobs:
profile:
- debug
- release
just_version:
just:
- 1.36.0
rust:
- toolchain: stable
Expand All @@ -35,6 +35,7 @@ jobs:
optional: true
- toolchain: nightly
optional: true
continue-on-error: ${{ matrix.rust.optional }}
runs-on:
- lab
timeout-minutes: 180
Expand All @@ -48,8 +49,8 @@ jobs:
- name: install just
uses: extractions/setup-just@v2
with:
just-version: ${{matrix.just_version}}
- name: install rustup
just-version: ${{matrix.just}}
- name: install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{matrix.rust.toolchain}}
Expand Down

0 comments on commit 1bc29ff

Please sign in to comment.