Skip to content

Commit

Permalink
fix: RL Scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Jan 29, 2025
1 parent 35fbc30 commit 640e854
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ on:
required: true

jobs:
checkout-build-scan-only:
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

permissions:
pull-requests: write
id-token: write

outputs:
scan-status: ${{ steps.rl-scan-conclusion.outcome }}

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 640e854

Please sign in to comment.