From d7d82c18914bf2c9032b1bf5fea6dab008412062 Mon Sep 17 00:00:00 2001 From: Zanna_37 <> Date: Wed, 23 Aug 2023 20:45:46 +0000 Subject: [PATCH] test to delete --- .github/workflows/hacs-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacs-validate.yml b/.github/workflows/hacs-validate.yml index 86afa5a..d3c4767 100644 --- a/.github/workflows/hacs-validate.yml +++ b/.github/workflows/hacs-validate.yml @@ -26,7 +26,7 @@ jobs: hacs: needs: pre_job - if: needs.pre_job.outputs.should_skip != 'true' && github.repository == 'zanna-37/hass-swipe-navigation' + if: needs.pre_job.outputs.should_skip != 'true' && github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'zanna-37/hass-swipe-navigation' name: HACS Validation runs-on: "ubuntu-latest" steps: