mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-24 14:42:53 +02:00
Change Create Release CI step dependencies
This commit is contained in:
2
.github/workflows/test-suite.yaml
vendored
2
.github/workflows/test-suite.yaml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
name: Create Release
|
||||
runs-on: 'ubuntu-latest'
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
needs: tests
|
||||
needs: [asset-compilation, coding-standards, static-analysis, tests]
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Reference in New Issue
Block a user