Skip to content

Commit

Permalink
pes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 31, 2023
1 parent 74d175f commit 56973a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unstable_mrs_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "dependencies=$DEPENDENCY_MATRIX" >> "$GITHUB_OUTPUT"
build-job:
needs: [generate-jobs, ${{ needs.generate-jobs.outputs.dependencies.${{ matrix.job }} }}]
needs: [generate-jobs, ${{ needs.generate-jobs.outputs.dependencies.dummy }}]
runs-on: ubuntu-20.04
timeout-minutes: 360 # 6 hour timeout
strategy:
Expand Down

0 comments on commit 56973a9

Please sign in to comment.