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.
1 parent 7b17885 commit 558d56bCopy full SHA for 558d56b
.github/workflows/publish.workflow.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
11
+ timeout-minutes: 30
12
13
steps:
14
- name: Check out repository
.github/workflows/test.workflow.yml
@@ -21,6 +21,7 @@ concurrency:
21
22
test:
23
24
25
if: github.event.pull_request.draft == false
26
27
0 commit comments