Skip to content

Commit fd125b3

Browse files
authored
Added always() to run clean up workflow
1 parent f86e7db commit fd125b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/IntegrationTesting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
cleanup:
141141
name: Resource tear down
142142
needs: test_WebApp
143-
if: true
143+
if: always()
144144
runs-on: ubuntu-latest
145145

146146
steps:

0 commit comments

Comments
 (0)