1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 04:53:58 +03:00

ci(build): change job order

This commit is contained in:
2026-05-17 12:14:38 +03:00
parent 945688b0a6
commit 45eb29fa4d
+2 -1
View File
@@ -26,6 +26,7 @@ permissions:
jobs:
tag:
name: Create tag
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
@@ -87,7 +88,7 @@ jobs:
build:
name: Build packages
needs: [tag, test]
needs: tag
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false