Commit e84d446d by Henry Schreiner Committed by GitHub

ci: Ignore v1 updates for checkout (#5023)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
parent 416f7a44
...@@ -9,3 +9,7 @@ updates: ...@@ -9,3 +9,7 @@ updates:
actions: actions:
patterns: patterns:
- "*" - "*"
ignore:
- dependency-name: actions/checkout
versions:
- "<2"
...@@ -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"
......
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment