Skip to content

Commit 16f5f87

Browse files
committed
[CI] Trigger slow build on PR.
1 parent f54c139 commit 16f5f87

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
types: [opened, synchronize]
1111
branches:
1212
- master
13+
- 'release/**'
1314

1415
concurrency:
1516
group: ci-${{ github.workflow }}-${{ github.ref }}

.github/workflows/slow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
- '**'
88
schedule:
99
- cron: '0 12 * * *'
10+
pull_request:
11+
types: [opened, synchronize]
12+
branches:
13+
- master
14+
- 'release/**'
1015

1116
concurrency:
1217
group: slow-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)