Skip to content

Commit

Permalink
Reverting Testing Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Oct 29, 2024
1 parent dfd6e5c commit 1a7d255
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
description: The branch to release from.
required: true
default: master
push:
branches:
- 'adding-reversing-labs-scanner'


permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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 1a7d255

Please sign in to comment.