Skip to content

Commit 82e28ec

Browse files
authored
fix(ci): Add always() for performance tests (#2022)
1 parent 8b7a8b6 commit 82e28ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd-yt01.yml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111

112112
run-performance-tests:
113113
name: "Run K6 performance tests"
114+
if: ${{ always() && !failure() && !cancelled() }}
114115
needs: [run-e2e-tests]
115116
uses: ./.github/workflows/workflow-run-k6-performance.yml
116117
secrets:

0 commit comments

Comments
 (0)