We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544cec1 + 6b9c989 commit 886b25cCopy full SHA for 886b25c
.github/workflows/test-and-deploy.yml
@@ -14,6 +14,7 @@ jobs:
14
test_and_deploy:
15
name: Test and Deploy
16
runs-on: ubuntu-latest
17
+ timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
18
steps:
19
- uses: actions/checkout@v4
20
- name: Use Node.js
0 commit comments