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 cb4d449 commit ea8973dCopy full SHA for ea8973d
.github/workflows/ci.yaml
@@ -1,10 +1,10 @@
1
name: CI
2
3
-permissions: {}
+permissions: { }
4
5
on:
6
push:
7
- branches: [main]
+ branches: [ main ]
8
pull_request:
9
workflow_dispatch:
10
@@ -393,8 +393,8 @@ jobs:
393
394
cargo-build-release:
395
name: "cargo build (release)"
396
- runs-on: macos-latest
397
- if: ${{ github.ref == 'refs/heads/main' }}
+ runs-on: depot-ubuntu-latest-16
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'no-release') || github.ref == 'refs/heads/main' }}
398
timeout-minutes: 20
399
steps:
400
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments