mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
use always() to also run on error
This commit is contained in:
parent
5647362164
commit
8e8cba8bae
2
.github/workflows/e2e-test-daily.yml
vendored
2
.github/workflows/e2e-test-daily.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Delete tfstate artifact if necessary
|
||||
if: env.DELETE_TF_STATE == 'true'
|
||||
if: always() && env.DELETE_TF_STATE == 'true'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
uses: ./.github/actions/artifact_delete
|
||||
|
2
.github/workflows/e2e-test-release.yml
vendored
2
.github/workflows/e2e-test-release.yml
vendored
@ -390,7 +390,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Delete tfstate artifact if necessary
|
||||
if: env.DELETE_TF_STATE == 'true'
|
||||
if: always() && env.DELETE_TF_STATE == 'true'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
uses: ./.github/actions/artifact_delete
|
||||
|
2
.github/workflows/e2e-test-weekly.yml
vendored
2
.github/workflows/e2e-test-weekly.yml
vendored
@ -390,7 +390,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Delete tfstate artifact if necessary
|
||||
if: env.DELETE_TF_STATE == 'true'
|
||||
if: always() && env.DELETE_TF_STATE == 'true'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
uses: ./.github/actions/artifact_delete
|
||||
|
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@ -291,7 +291,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Delete tfstate artifact if necessary
|
||||
if: env.DELETE_TF_STATE == 'true'
|
||||
if: always() && env.DELETE_TF_STATE == 'true'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
uses: ./.github/actions/artifact_delete
|
||||
|
2
.github/workflows/e2e-upgrade.yml
vendored
2
.github/workflows/e2e-upgrade.yml
vendored
@ -555,7 +555,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Delete tfstate artifact if necessary
|
||||
if: env.DELETE_TF_STATE == 'true'
|
||||
if: always() && env.DELETE_TF_STATE == 'true'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
uses: ./.github/actions/artifact_delete
|
||||
|
Loading…
x
Reference in New Issue
Block a user