refactor: Add generate-build-number job as dependency in infrastructure-agent-deploy workflow

This commit is contained in:
Simon Larsen
2024-06-18 21:41:57 +01:00
parent 3bdf87f34f
commit af5d714642

View File

@@ -1122,7 +1122,7 @@ jobs:
infrastructure-agent-deploy:
needs: [github-release]
needs: [github-release, generate-build-number]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4