Skip to content

Commit cf1a990

Browse files
committed
ci: disable duplicate pull request runs
Signed-off-by: Georg Heiler <georg.kf.heiler@gmail.com>
1 parent f7bf9bb commit cf1a990

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Run Docs CI"
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, synchronize]
64
merge_group:
75
types: [checks_requested]
86
push:

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Run CI"
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, synchronize, labeled, unlabeled]
64
merge_group:
75
types: [checks_requested]
86
push:

0 commit comments

Comments
 (0)