Skip to content

Commit ceada40

Browse files
committed
chore: determine timeout and trigger
1 parent e4ccdd6 commit ceada40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI
22

3-
on: [ push, pull_request ]
3+
on: [ push ]
44

55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
timeout-minutes: 15
8+
timeout-minutes: 45
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2.1.4

0 commit comments

Comments
 (0)