We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b37eaf commit 533a949Copy full SHA for 533a949
.github/workflows/package_linux.yml
@@ -84,7 +84,7 @@ jobs:
84
needs.check-labels.outputs.force == 'true' ||
85
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
86
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: Package: Linux')
87
- timeout-minutes: 90
+ timeout-minutes: 120
88
strategy:
89
fail-fast: false
90
matrix:
0 commit comments