Skip to content

Commit

Permalink
removed testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Oct 31, 2024
1 parent 08f7534 commit eacbf67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
types:
- closed
workflow_dispatch:
push:
branches:
- 'add-rl-scanner'

permissions:
contents: write
Expand All @@ -24,7 +21,7 @@ jobs:
uses: ./.github/workflows/rl-secure.yml
with:
java-version: 8
artifact-name: 'jwks-rsa.jar'
artifact-name: "jwks-rsa-java.tgz"
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
checkout-build-scan-only:
### if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
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 eacbf67

Please sign in to comment.