Skip to content

Commit

Permalink
remove continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui authored May 10, 2024
1 parent a0e093f commit 8faf299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GithubReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
include:
- id: "Yubico.Authenticator"
Expand All @@ -31,7 +32,6 @@ jobs:

steps:
- name: Update Packages
continue-on-error: true
uses: michidk/winget-updater@v1
with:
identifier: ${{ matrix.id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-via-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: windows-latest

strategy:
fail-fast: false
matrix:
include:
- PackageName: "MongoDB.Server"
Expand Down Expand Up @@ -51,7 +52,6 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update package
id: update_version
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.WINGET_PAT }}
WINGET_PKGS_FORK_REPO: ${{ vars.WINGET_PKGS_FORK_REPO }}
Expand Down

0 comments on commit 8faf299

Please sign in to comment.