Skip to content

Commit

Permalink
Don't error when cleanup action fails
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 30, 2024
1 parent 318ac21 commit 90cb21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"

- name: Checkout
if: always()
uses: actions/checkout@v3

- name: Set up Docker Buildx
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"

- name: Checkout
if: always()
uses: actions/checkout@v3

- name: Set up Docker Buildx
Expand Down

0 comments on commit 90cb21d

Please sign in to comment.