Skip to content

Commit 8ecdabb

Browse files
committed
chore: no cron, just simple on push and PR
1 parent ce23669 commit 8ecdabb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: CI-CD
88

99
on:
1010
push:
11+
pull_request:
1112
schedule:
1213
- cron: "0 0 1 * *"
1314

@@ -58,7 +59,7 @@ jobs:
5859
browser_tests:
5960
name: Browser Tests
6061
runs-on: ${{ matrix.os }}
61-
timeout-minutes: 10
62+
timeout-minutes: 15
6263
strategy:
6364
fail-fast: true
6465
matrix:
@@ -99,7 +100,7 @@ jobs:
99100
coverage:
100101
name: Code Coverage
101102
runs-on: ubuntu-latest
102-
timeout-minutes: 10
103+
timeout-minutes: 5
103104
needs:
104105
- node_tests
105106
- browser_tests

0 commit comments

Comments
 (0)