From 7b8105954e64dbc0c68edbea3008e2b4ff32e398 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Sun, 6 Jun 2021 22:25:03 +0300 Subject: [PATCH] Adjust semgrep check --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9fa184187..9c4afb9ae 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -7,7 +7,7 @@ on: jobs: check: - if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && (!github.event.issue.pull_request || github.event.pull_request.head.repo.full_name == github.repository)" + if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && (!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository)" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2