From 1723b5dcc73d73a1dfa4b423dc5062acd5242341 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Tue, 28 May 2024 15:24:29 -0400 Subject: [PATCH] fix job name Signed-off-by: Sara Damiano --- .github/workflows/build_examples_platformio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_examples_platformio.yaml b/.github/workflows/build_examples_platformio.yaml index 01c5eee1..1ebee7da 100644 --- a/.github/workflows/build_examples_platformio.yaml +++ b/.github/workflows/build_examples_platformio.yaml @@ -33,7 +33,7 @@ jobs: echo "LIBRARY_INSTALL_ZIP=https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_HEAD_REF}.zip" >> $GITHUB_ENV echo "LIBRARY_INSTALL_GIT=https://github.com/${GITHUB_REPOSITORY}.git#${GITHUB_HEAD_REF}" >> $GITHUB_ENV - - name: Set environment variable for PR's from any branch + - name: Set environment variable for PR's from any fork if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.name != github.repository run: | echo "Pull Request from the fork ${{ github.event.pull_request.head.repo.full_name }} at ${{ github.event.pull_request.head.ref }}"