Skip to content

chore: disable scheduled CI; run workflows on demand #5

chore: disable scheduled CI; run workflows on demand

chore: disable scheduled CI; run workflows on demand #5

name: PR Code Security
on:
pull_request:
branches: [dev]
jobs:
secret-detection:
name: Secret Detection
uses: prisma/.github/.github/workflows/secret_detection.yml@main
secrets: inherit
code-scanning:
name: Code Scanning
uses: prisma/.github/.github/workflows/code_scanning.yml@main