Skip to content

Commit

Permalink
ci(security-scan): rename to code scan
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Dec 20, 2024
1 parent 10b0679 commit 2cabf2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
branches: [main]

jobs:
security-scan:
name: Security scan
code-scan:
name: Code scan
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2cabf2b

Please sign in to comment.