Skip to content

Commit

Permalink
Removed If command for validating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 9, 2024
1 parent 9e9e0a4 commit 14393cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:

jobs:
rl-scanner:
if: github.event_name == 'workflow_dispatch' ||
(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'release/'))
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 14393cb

Please sign in to comment.