From 8fa0284b9e6a86a2c9a5605b0a4bb0364fe30217 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Thu, 31 Oct 2024 13:14:42 +0530 Subject: [PATCH] Validating workflow --- .github/workflows/rl-secure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 96c4efbe4..00c508a0c 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -26,7 +26,7 @@ on: jobs: rl-scanner: name: Run Reversing Labs 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/')) + ### 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 }}