Skip to content

Commit

Permalink
ignore fails for artifact deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Feb 5, 2024
1 parent 1028402 commit a759d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_docker_debian_codename_sub_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,5 @@ jobs:
uses: geekyeggo/delete-artifact@v4
with:
name: ${{ needs.build.outputs.image_file_name }}
# Ignore failes. On PRs no write persmissions are granted.
failOnError: false

0 comments on commit a759d89

Please sign in to comment.