Skip to content

Commit

Permalink
Panic when meet error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme committed Dec 10, 2024
1 parent c923ff7 commit be9f161
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
runs-on: ${{ matrix.config.os }}
permissions:
contents: write
continue-on-error: true

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

name: ${{ matrix.config.target }}
runs-on: ${{ matrix.config.os }}
continue-on-error: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit be9f161

Please sign in to comment.