Use variables to configure job timeouts (#5123)
This commit is contained in:
parent
42b9c1e8fe
commit
986ac9ff83
4 changed files with 7 additions and 7 deletions
2
.github/workflows/flatpak.yml
vendored
2
.github/workflows/flatpak.yml
vendored
|
@ -12,7 +12,7 @@ concurrency: flatpak-release
|
|||
|
||||
jobs:
|
||||
release:
|
||||
timeout-minutes: 35
|
||||
timeout-minutes: ${{ vars.JOB_TIMEOUT }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue