Use variables to configure job timeouts (#5123)

This commit is contained in:
TSRBerry 2023-05-28 08:02:30 +02:00 committed by GitHub
parent 42b9c1e8fe
commit 986ac9ff83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ jobs:
pr_comment:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
timeout-minutes: 35
timeout-minutes: ${{ vars.JOB_TIMEOUT }}
steps:
- uses: actions/github-script@v6
with: