We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59790f8 + 8c2556a commit 1a0f27bCopy full SHA for 1a0f27b
.github/workflows/rust.yml
@@ -13,10 +13,13 @@ on:
13
- cron: '0 0 * * 0-6'
14
env:
15
RUSTFLAGS: -D warnings
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
18
+ cancel-in-progress: true
19
jobs:
20
test_aarch64:
21
name: Integration Test (AArch64)
- runs-on: ubuntu-22.04
22
+ runs-on: ubuntu-latest
23
steps:
24
- name: Checkout sources
25
uses: actions/checkout@v4
@@ -44,7 +47,7 @@ jobs:
44
47
timeout-minutes: 4
45
48
test_ia32:
46
49
name: Integration Test (IA-32)
50
51
52
53
0 commit comments