Skip to content

Commit 8787313

Browse files
(Temp) Disable github runners for this PR
1 parent 2b5bd90 commit 8787313

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/container-image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request: {}
87
release:
98
types:
109
- published

.github/workflows/linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- master
77
- 'support/*'
8-
pull_request: {}
98

109
concurrency:
1110
group: linux-${{ github.event_name == 'push' && github.sha || github.ref }}

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- master
77
- 'support/*'
8-
pull_request: {}
98

109
concurrency:
1110
group: windows-${{ github.event_name == 'push' && github.sha || github.ref }}

0 commit comments

Comments
 (0)