1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-11-22 01:47:01 +01:00
This commit is contained in:
Matthias Kretschmann 2023-09-24 13:20:14 +01:00
parent 6d4898173a
commit 1c3d26d552
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -62,7 +62,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
publish:
needs: test
needs: [test, build]
if: success() && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
steps: