Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
608ffa04
Commit
608ffa04
authored
Nov 20, 2020
by
Ralf W. Grosse-Kunstleve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabling GitHub Actions on pull_request (for this PR)
parent
c96583ee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/ci.yml
+1
-1
.github/workflows/configure.yml
+1
-1
.github/workflows/format.yml
+1
-1
.github/workflows/pip.yml
+1
-1
No files found.
.github/workflows/ci.yml
View file @
608ffa04
...
@@ -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 @
608ffa04
...
@@ -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 @
608ffa04
...
@@ -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 @
608ffa04
...
@@ -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