mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:10:47 -07:00
Use variables to configure job timeouts (#5123)
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user