Skip to content

Commit e02950a

Browse files
committed
.github: trim number of runners started on push + pr
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent dc17b1a commit e02950a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
- '**'
99
- '!dev'
1010
pull_request:
11-
branches:
12-
- '**'
11+
types: [opened, synchronize, reopened, labeled]
1312

1413
jobs:
1514
build:

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'mkdocs.yml'
99
- '.github/workflows/docs.yml'
1010
pull_request:
11+
types: [opened, synchronize, reopened, labeled]
1112
paths:
1213
- 'doc/**'
1314
- 'README.md'

0 commit comments

Comments
 (0)