We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593029f commit 99a8b93Copy full SHA for 99a8b93
.github/workflows/ci.yaml
@@ -20,8 +20,7 @@ concurrency:
20
jobs:
21
tasks:
22
name: "${{ matrix.cargo.name }}"
23
- runs-on:
24
- group: ubuntu-runners
+ runs-on: ubuntu-latest
25
strategy:
26
fail-fast: false
27
matrix:
.github/workflows/event_pr.yaml
@@ -23,8 +23,7 @@ permissions:
check_pr:
name: Check PR
- group: ${{ vars.RUN_GROUP }}
28
permissions:
29
statuses: write
30
steps:
0 commit comments