Skip to content

Commit abc4c97

Browse files
committed
disabling GitHub Actions on pull_request (for this PR)
1 parent 2ac4d69 commit abc4c97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
workflow_dispatch:
5-
pull_request:
5+
# pull_request:
66
push:
77
branches:
88
- master

.github/workflows/configure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Config
22

33
on:
44
workflow_dispatch:
5-
pull_request:
5+
# pull_request:
66
push:
77
branches:
88
- master

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Format
55

66
on:
77
workflow_dispatch:
8-
pull_request:
8+
# pull_request:
99
push:
1010
branches:
1111
- master

.github/workflows/pip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pip
22

33
on:
44
workflow_dispatch:
5-
pull_request:
5+
# pull_request:
66
push:
77
branches:
88
- master

0 commit comments

Comments
 (0)