Skip to content

Commit

Permalink
Change in RL workflow (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Feb 12, 2025
2 parents df5f57a + 8604887 commit e48741a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
rl-scanner:
name: Run Reversing Labs Scanner
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' &&(startsWith(github.ref, 'refs/tags/afpi-v') || startsWith(github.ref, 'refs/tags/af-v')) &&contains(github.ref, 'v[0-9]+.[0-9]+.[0-9]+*'))
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/afpi-v') || startsWith(github.ref, 'refs/tags/af-v')))
runs-on: ubuntu-latest
outputs:
scan-status: ${{ steps.rl-scan-conclusion.outcome }}
Expand Down

0 comments on commit e48741a

Please sign in to comment.