Skip to content

Commit 0700bac

Browse files
Reduce redudant CI options (#565)
1 parent 5b53cc8 commit 0700bac

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ jobs:
9797

9898
windows-build:
9999
needs: check-workflows
100-
strategy:
101-
fail-fast: false
102100
uses: ./.github/workflows/windows-build.yml
103101
with:
104102
upload-artifacts: true

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ jobs:
9595

9696
windows-build:
9797
needs: check-workflows
98-
strategy:
99-
fail-fast: false
10098
uses: ./.github/workflows/windows-build.yml
10199
with:
102100
upload-artifacts: true

.github/workflows/test-nist.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ env:
2121

2222
jobs:
2323
test-other:
24-
strategy:
25-
matrix:
26-
os: ["ubuntu:24.04", "almalinux:9"]
2724
runs-on: ubuntu-latest
2825
container:
2926
image: ${{ inputs.os }}

0 commit comments

Comments
 (0)