Skip to content

Commit 812e134

Browse files
committed
remove cron to prevent CI from being disabled
1 parent fca0033 commit 812e134

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

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

1414
jobs:
1515
test:

0 commit comments

Comments
 (0)