mirror of https://github.com/openclaw/openclaw.git
CI: skip detect-secrets on main temporarily
This commit is contained in:
parent
82eebc905d
commit
9c55299a82
|
|
@ -328,6 +328,11 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
|
||||
echo "Skipping detect-secrets on main until the allowlist cleanup lands."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "${{ github.event_name }}" = "push" ]; then
|
||||
echo "Running full detect-secrets scan on push."
|
||||
pre-commit run --all-files detect-secrets
|
||||
|
|
|
|||
Loading…
Reference in New Issue