Skip to content

Commit

Permalink
Merge branch 'master' into feat/node-affinity-webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Oct 21, 2024
2 parents a908f5c + 5d5742b commit 905da38
Show file tree
Hide file tree
Showing 89 changed files with 2,315 additions and 593 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image_build_push_squid.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Squid images

on:
workflow_dispatch:
push:
paths:
- .github/workflows/image_build_push_squid.yaml
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: git@github.com:Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.6.0
hooks:
- id: no-commit-to-branch
args: [--branch, develop, --branch, master, --pattern, release/.*]
Loading

0 comments on commit 905da38

Please sign in to comment.