From 47256e090c189f78112043fb191eb5de4467b0f7 Mon Sep 17 00:00:00 2001 From: valentijnscholten Date: Sun, 20 Dec 2020 08:47:25 +0100 Subject: [PATCH] Update cancel-outdated-workflow-runs.yml --- .github/workflows/cancel-outdated-workflow-runs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cancel-outdated-workflow-runs.yml b/.github/workflows/cancel-outdated-workflow-runs.yml index 2bbdc8a8593..93d26577381 100644 --- a/.github/workflows/cancel-outdated-workflow-runs.yml +++ b/.github/workflows/cancel-outdated-workflow-runs.yml @@ -3,7 +3,7 @@ name: Cancel outdated workflow runs # this job cancels any previous workflow runs still in progress on the same branch # freeing up spots in the queue for the most recent commits # and saving some trees along the way -on: [push] +on: [push, pull_request_target] jobs: cancel: name: 'Cancel Outdated Workflow Runs'