Skip to content

Commit 7306c0a

Browse files
committed
remove cron to prevent CI from disabling
1 parent ba2d5e7 commit 7306c0a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name: CI
33
on:
44
push:
55
branches:
6+
- main
67
- master
7-
- 'v*' # older version branches
8-
tags:
9-
- '*'
10-
118
pull_request: {}
12-
schedule:
13-
- cron: '0 6 * * 0' # weekly, on sundays
9+
10+
concurrency:
11+
group: ci-${{ github.head_ref || github.ref }}
12+
cancel-in-progress: true
1413

1514
jobs:
1615
lint:

0 commit comments

Comments
 (0)