Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
45a6093c
Commit
45a6093c
authored
Nov 20, 2020
by
Ralf W. Grosse-Kunstleve
Browse files
disabling GitHub Actions on pull_request (for this PR)
parent
ea1cdf82
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/ci.yml
.github/workflows/ci.yml
+1
-1
.github/workflows/configure.yml
.github/workflows/configure.yml
+1
-1
.github/workflows/format.yml
.github/workflows/format.yml
+1
-1
.github/workflows/pip.yml
.github/workflows/pip.yml
+1
-1
No files found.
.github/workflows/ci.yml
View file @
45a6093c
...
@@ -2,7 +2,7 @@ name: CI
...
@@ -2,7 +2,7 @@ name: CI
on
:
on
:
workflow_dispatch
:
workflow_dispatch
:
pull_request
:
#
pull_request:
push
:
push
:
branches
:
branches
:
-
master
-
master
...
...
.github/workflows/configure.yml
View file @
45a6093c
...
@@ -2,7 +2,7 @@ name: Config
...
@@ -2,7 +2,7 @@ name: Config
on
:
on
:
workflow_dispatch
:
workflow_dispatch
:
pull_request
:
#
pull_request:
push
:
push
:
branches
:
branches
:
-
master
-
master
...
...
.github/workflows/format.yml
View file @
45a6093c
...
@@ -5,7 +5,7 @@ name: Format
...
@@ -5,7 +5,7 @@ name: Format
on
:
on
:
workflow_dispatch
:
workflow_dispatch
:
pull_request
:
#
pull_request:
push
:
push
:
branches
:
branches
:
-
master
-
master
...
...
.github/workflows/pip.yml
View file @
45a6093c
...
@@ -2,7 +2,7 @@ name: Pip
...
@@ -2,7 +2,7 @@ name: Pip
on
:
on
:
workflow_dispatch
:
workflow_dispatch
:
pull_request
:
#
pull_request:
push
:
push
:
branches
:
branches
:
-
master
-
master
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment