Skip to content

Commit

Permalink
删除strategy: fail-fast: false
Browse files Browse the repository at this point in the history
jobs:
  build:
    runs-on: ubuntu-22.04
    strategy:
      fail-fast: false
  • Loading branch information
wordscode authored Jul 31, 2023
1 parent 6d039f9 commit e7c65d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ env:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false

steps:
- name: Checkout
Expand Down

0 comments on commit e7c65d8

Please sign in to comment.