Skip to content

Commit

Permalink
Removing the branch condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Oct 28, 2024
1 parent 07da60c commit 4a1d935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ on:

jobs:
rl-scanner:
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
runs-on: ubuntu-latest
outputs:
scan-status: ${{ steps.rl-scan-conclusion.outcome }}
Expand Down

0 comments on commit 4a1d935

Please sign in to comment.