Skip to content

Commit

Permalink
Reduce redudant CI options (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto authored Dec 20, 2024
1 parent 5b53cc8 commit 0700bac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ jobs:

windows-build:
needs: check-workflows
strategy:
fail-fast: false
uses: ./.github/workflows/windows-build.yml
with:
upload-artifacts: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ jobs:

windows-build:
needs: check-workflows
strategy:
fail-fast: false
uses: ./.github/workflows/windows-build.yml
with:
upload-artifacts: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-nist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ env:

jobs:
test-other:
strategy:
matrix:
os: ["ubuntu:24.04", "almalinux:9"]
runs-on: ubuntu-latest
container:
image: ${{ inputs.os }}
Expand Down

0 comments on commit 0700bac

Please sign in to comment.