Skip to content

Commit

Permalink
add always() to slo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XmasApple committed Sep 20, 2023
1 parent 895e71f commit 49ed7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
workload_build_options0: -f Dockerfile

- uses: actions/upload-artifact@v3
if: env.DOCKER_REPO != null
if: always() && env.DOCKER_REPO != null
env:
DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}
with:
Expand Down

0 comments on commit 49ed7cd

Please sign in to comment.