Skip to content

Commit 3280939

Browse files
committed
Only run minimal-version
bump
1 parent 8939ca8 commit 3280939

14 files changed

Lines changed: 31 additions & 0 deletions

.github/workflows/aead.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
if: false
2728
runs-on: ubuntu-latest
2829
strategy:
2930
matrix:
@@ -54,6 +55,7 @@ jobs:
5455
working-directory: ${{ github.workflow }}
5556

5657
test:
58+
if: false
5759
runs-on: ubuntu-latest
5860
strategy:
5961
matrix:

.github/workflows/cipher.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
if: false
2728
runs-on: ubuntu-latest
2829
strategy:
2930
matrix:
@@ -50,6 +51,7 @@ jobs:
5051
working-directory: ${{ github.workflow }}
5152

5253
test:
54+
if: false
5355
runs-on: ubuntu-latest
5456
strategy:
5557
matrix:

.github/workflows/crypto-common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
if: false
2728
runs-on: ubuntu-latest
2829
strategy:
2930
matrix:
@@ -48,6 +49,7 @@ jobs:
4849
working-directory: ${{ github.workflow }}
4950

5051
test:
52+
if: false
5153
runs-on: ubuntu-latest
5254
strategy:
5355
matrix:

.github/workflows/crypto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
if: false
2728
runs-on: ubuntu-latest
2829
strategy:
2930
matrix:
@@ -50,6 +51,7 @@ jobs:
5051
working-directory: ${{ github.workflow }}
5152

5253
test:
54+
if: false
5355
runs-on: ubuntu-latest
5456
strategy:
5557
matrix:

.github/workflows/digest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
if: false
2728
runs-on: ubuntu-latest
2829
strategy:
2930
matrix:
@@ -48,6 +49,7 @@ jobs:
4849
working-directory: ${{ github.workflow }}
4950

5051
test:
52+
if: false
5153
runs-on: ubuntu-latest
5254
strategy:
5355
matrix:

.github/workflows/elliptic-curve.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ concurrency:
2727

2828
jobs:
2929
build:
30+
if: false
3031
runs-on: ubuntu-latest
3132
strategy:
3233
matrix:
@@ -70,6 +71,7 @@ jobs:
7071
cargo check --all-features
7172
7273
test:
74+
if: false
7375
runs-on: ubuntu-latest
7476
strategy:
7577
matrix:
@@ -89,6 +91,7 @@ jobs:
8991
- run: cargo test --all-features
9092

9193
test-careful:
94+
if: false
9295
runs-on: ubuntu-latest
9396
steps:
9497
- uses: actions/checkout@v6
@@ -97,6 +100,7 @@ jobs:
97100
- run: cargo careful test --all-features
98101

99102
test-miri:
103+
if: false
100104
runs-on: ubuntu-latest
101105
env:
102106
MIRIFLAGS: "-Zmiri-symbolic-alignment-check -Zmiri-strict-provenance"

.github/workflows/kdf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919

2020
jobs:
2121
build:
22+
if: false
2223
runs-on: ubuntu-latest
2324
strategy:
2425
matrix:
@@ -43,6 +44,7 @@ jobs:
4344
working-directory: ${{ github.workflow }}
4445

4546
test:
47+
if: false
4648
runs-on: ubuntu-latest
4749
strategy:
4850
matrix:

.github/workflows/kem.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
if: false
2728
runs-on: ubuntu-latest
2829
strategy:
2930
matrix:
@@ -48,6 +49,7 @@ jobs:
4849
working-directory: ${{ github.workflow }}
4950

5051
test:
52+
if: false
5153
runs-on: ubuntu-latest
5254
strategy:
5355
matrix:

.github/workflows/password-hash.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27+
if: false
2728
runs-on: ubuntu-latest
2829
strategy:
2930
matrix:
@@ -49,6 +50,7 @@ jobs:
4950
working-directory: ${{ github.workflow }}
5051

5152
test:
53+
if: false
5254
runs-on: ubuntu-latest
5355
strategy:
5456
matrix:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
jobs:
1919
publish:
20+
if: false
2021
runs-on: ubuntu-latest
2122
environment: publish
2223
permissions:

0 commit comments

Comments
 (0)