From 2aaf1c3d5d5fa14be0db532e23dfdfcdf40f8574 Mon Sep 17 00:00:00 2001 From: sd109 Date: Fri, 1 Nov 2024 10:34:35 +0000 Subject: [PATCH] Revert "Switch to pull_request trigger for testing" This reverts commit 176121baf33ed1694cadac4af1820543c9206f51. --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index ac15251..bdb32d1 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -3,7 +3,7 @@ name: Test pull request on: # We use pull_request_target so that dependabot-created workflows can run - pull_request: + pull_request_target: types: - opened - synchronize