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
e84d446d
Unverified
Commit
e84d446d
authored
Feb 13, 2024
by
Henry Schreiner
Committed by
GitHub
Feb 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Ignore v1 updates for checkout (#5023)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
parent
416f7a44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
.github/dependabot.yml
+4
-0
.github/workflows/ci.yml
+0
-2
.pre-commit-config.yaml
+7
-0
No files found.
.github/dependabot.yml
View file @
e84d446d
...
@@ -9,3 +9,7 @@ updates:
...
@@ -9,3 +9,7 @@ updates:
actions
:
actions
:
patterns
:
patterns
:
-
"
*"
-
"
*"
ignore
:
-
dependency-name
:
actions/checkout
versions
:
-
"
<2"
.github/workflows/ci.yml
View file @
e84d446d
...
@@ -529,8 +529,6 @@ jobs:
...
@@ -529,8 +529,6 @@ jobs:
# Testing on ICC using the oneAPI apt repo
# Testing on ICC using the oneAPI apt repo
icc
:
icc
:
runs-on
:
ubuntu-20.04
runs-on
:
ubuntu-20.04
strategy
:
fail-fast
:
false
name
:
"
🐍
3
•
ICC
latest
•
x64"
name
:
"
🐍
3
•
ICC
latest
•
x64"
...
...
.pre-commit-config.yaml
View file @
e84d446d
...
@@ -146,3 +146,10 @@ repos:
...
@@ -146,3 +146,10 @@ repos:
hooks
:
hooks
:
-
id
:
pylint
-
id
:
pylint
files
:
^pybind11
files
:
^pybind11
-
repo
:
https://github.com/python-jsonschema/check-jsonschema
rev
:
0.28.0
hooks
:
-
id
:
check-readthedocs
-
id
:
check-github-workflows
-
id
:
check-dependabot
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