Skip to content

Commit ddc46a7

Browse files
Update ci.yml (#670)
1 parent cc8a3be commit ddc46a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ on:
77
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
88
tags: [v*]
99
pull_request:
10-
branches:
11-
- master
12-
- '[0-9].[0-9]+'
13-
schedule:
14-
- cron: 0 6 * * * # Daily 6AM UTC build
1510

1611

1712
env:
@@ -78,7 +73,6 @@ jobs:
7873
7974
test:
8075
name: Test
81-
needs: [lint]
8276
strategy:
8377
matrix:
8478
pyver: ['3.9', '3.10', '3.11', '3.12', '3.13']

0 commit comments

Comments
 (0)