From 9a9052e6a29bbf8a58d2a622ca7e1af9df7bc9d3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 30 Nov 2020 18:28:21 +0530 Subject: [PATCH] Removes running on target from check --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 14e1a8387..8eaf0c692 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,5 +1,5 @@ name: Checks -on: [pull_request_target] +on: [pull_request] jobs: validation: