From cadd20cde081d1cab29cf4b2ac1f6e289b574d2d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 6 Jul 2020 13:24:19 +0200 Subject: [PATCH] Update Template Cleanup workflow test to avoid running it on forks --- .github/workflows/template-cleanup.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 867a0b8..5f4de0f 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -14,7 +14,7 @@ jobs: template-cleanup: name: Template Cleanup runs-on: ubuntu-latest - if: github.repository != 'JetBrains/intellij-platform-plugin-template' + if: github.event.repository.name != 'intellij-platform-plugin-template' steps: # Check out current repository diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad10c0..2e99b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## [Unreleased] ### Fixed - Remove vendor website from `plugin.xml` +- Update Template Cleanup workflow test to avoid running it on forks ## [0.2.0] ### Added