From def168928c139e5a32e0cbc4cb884d327346fc6a Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Sat, 5 Jun 2021 09:20:03 +0300 Subject: [PATCH] semgrep.yml on PR --- .github/workflows/semgrep.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 17454f49..b6ab2a21 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,12 +1,12 @@ name: Semgrep on: + pull_request: {} push: branches: - master jobs: - semgrep: - name: Scan + check: if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/ui'" runs-on: ubuntu-latest steps: @@ -16,9 +16,3 @@ jobs: auditOn: push publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: 1395 - dummy: - runs-on: ubuntu-latest - steps: - - name: dummy - run: | - echo "Dummy skip step"