diff --git a/.github/workflows/secrets-detection.yaml b/.github/workflows/secrets-detection.yaml index b365164..3ae42fc 100644 --- a/.github/workflows/secrets-detection.yaml +++ b/.github/workflows/secrets-detection.yaml @@ -10,6 +10,7 @@ on: jobs: secret-detection: runs-on: ubuntu-latest + if: github.actor != 'pdsen-ci' steps: - name: Checkout code