fix github action error

This commit is contained in:
Marie 2022-09-24 18:09:05 +02:00 committed by GitHub
parent b8090ee21b
commit 5de3aebc93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,8 @@ jobs:
build_and_upload_exp: build_and_upload_exp:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ jobs.build_and_upload.result == "failure" }} needs: build_and_upload
if: ${{ always() && needs.build_and_upload.result == "failure" }}
container: container:
image: ubuntu:rolling image: ubuntu:rolling