From 17d0b9cdcba91b388054a1fd34ba81d01cefd7ca Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Fri, 8 Jan 2021 19:02:43 -0500 Subject: [PATCH] TST: Fix CI event --- .github/workflows/ci_workflows.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 9bf2aa57..cfb1249c 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -2,7 +2,7 @@ name: CI on: push: - pull_request_target: + pull_request: schedule: # Weekly Tuesday 6 AM build # * is a special character in YAML so you have to quote this string diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 03acde59..e55ffda7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,7 +14,7 @@ name: "CodeQL" on: push: branches: [ master ] - pull_request_target: + pull_request: # The branches below must be a subset of the branches above branches: [ master ]