Skip to content

Commit f57aaa9

Browse files
committed
chore: reduce CI runs
1 parent 08471d5 commit f57aaa9

File tree

5 files changed

+2
-34
lines changed

5 files changed

+2
-34
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If applicable, add screenshots to help explain your problem.
1414

1515
**Environment (please complete the following information):**
1616

17-
- ZenStack version: [e.g., 1.0.0-alpha.50]
18-
- Prisma version: [e.g., 4.10.0]
17+
- ZenStack version: [e.g., 2.0.0]
18+
- Prisma version: [e.g., 5.7.0]
1919
- Database type: [e.g. Postgresql]
2020

2121
**Additional context**

.github/workflows/build-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@ env:
88
DO_NOT_TRACK: '1'
99

1010
on:
11-
merge_group:
12-
push:
13-
branches:
14-
- main
15-
- dev
16-
- release/*
17-
- v2
1811
pull_request:
1912
branches:
2013
- main
2114
- dev
2215
- release/*
23-
- v2
2416

2517
permissions:
2618
contents: read

.github/workflows/codeql.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
name: Security - CodeQL
22

33
on:
4-
merge_group:
5-
push:
6-
branches:
7-
- main
8-
- dev
9-
- release/*
10-
- v2
114
pull_request:
125
branches:
136
- main
147
- dev
158
- release/*
16-
- v2
179
schedule:
1810
- cron: '0 0 * * 1'
1911

.github/workflows/integration-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@ env:
88
DO_NOT_TRACK: '1'
99

1010
on:
11-
merge_group:
12-
push:
13-
branches:
14-
- main
15-
- dev
16-
- release/*
17-
- v2
1811
pull_request:
1912
branches:
2013
- main
2114
- dev
2215
- release/*
23-
- v2
2416

2517
permissions:
2618
contents: read

.github/workflows/regression-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@ env:
88
DO_NOT_TRACK: '1'
99

1010
on:
11-
merge_group:
12-
push:
13-
branches:
14-
- main
15-
- dev
16-
- release/*
17-
- v2
1811
pull_request:
1912
branches:
2013
- main
2114
- dev
2215
- release/*
23-
- v2
2416

2517
permissions:
2618
contents: read

0 commit comments

Comments
 (0)