From 1b8b091c63d8f8152990530fa6eced3c8b71ca59 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sun, 13 Aug 2023 20:21:42 -0600 Subject: [PATCH] fix(ci): Use PR tag for pull request reviews --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 287a87a8..e6953912 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: BUILD_TAGS+=("latest") fi - if [[ "${{ github.event_name }}" == "pull_request" ]]; then + if [[ "${{ github.event_name }}" == "pull_request_review" ]]; then echo "Generated the following commit tags: " for TAG in "${COMMIT_TAGS[@]}"; do echo "${TAG}"