Skip to content

Commit c896404

Browse files
authored
ci: re-enable minimal-versions jobs (#101)
Also tweaks the CI workflows to be triggered on config change and changes file extension of the configs from `yaml` to `yml`.
1 parent 6f589cb commit c896404

9 files changed

Lines changed: 9 additions & 18 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: belt-ctr
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/belt-ctr.yml"
67
- "belt-ctr/**"
78
- "Cargo.*"
89
push:
@@ -39,8 +40,6 @@ jobs:
3940
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
4041

4142
minimal-versions:
42-
# disabled until belt-block gets published
43-
if: false
4443
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4544
with:
4645
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: cbc
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/cbc.yml"
67
- "cbc/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until belt-block gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: cfb-mode
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/cfb-mode.yml"
67
- "cfb-mode/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until aes gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: cfb8
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/cfb8.yml"
67
- "cfb8/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until aes gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ctr
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/ctr.yml"
67
- "ctr/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until aes gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: cts
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/cts.yml"
67
- "cts/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until belt-block gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ige
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/ige.yml"
67
- "ige/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until aes gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ofb
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/ofb.yml"
67
- "ofb/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until aes gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: pcbc
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/pcbc.yml"
67
- "pcbc/**"
78
- "Cargo.*"
89
push:
@@ -37,8 +38,6 @@ jobs:
3738
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
3839

3940
minimal-versions:
40-
# disabled until aes gets published
41-
if: false
4241
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342
with:
4443
working-directory: ${{ github.workflow }}

0 commit comments

Comments
 (0)