Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-01-09 14:04:45 +00:00
parent 034e11abe7
commit 8477d09d36

View File

@@ -192,7 +192,7 @@ jobs:
complete:
name: end-to-end-tests
needs: playwright
if: always()
if: ${{ !cancelled() }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4