Skip to content

Commit

Permalink
added continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Sep 20, 2024
1 parent f664341 commit 5560285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgs-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
steps:
- name: Delete Neo Package (docker)
uses: actions/delete-package-versions@v4
continue-on-error: true
with:
package-name: Neo
package-type: docker
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
steps:
- name: Delete ${{ matrix.pkgs }} Package
uses: actions/delete-package-versions@v4
continue-on-error: true
with:
package-name: ${{ matrix.pkgs }}
package-type: nuget
Expand Down

0 comments on commit 5560285

Please sign in to comment.