Skip to content

Commit

Permalink
Merge branch 'master' into feat/GPE-1219
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Nov 12, 2024
2 parents 388dee0 + f37993e commit 620d01c
Show file tree
Hide file tree
Showing 162 changed files with 4,790 additions and 1,155 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: [email protected]: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 620d01c

Please sign in to comment.