Update Template Cleanup workflow test to avoid running it on forks

This commit is contained in:
Jakub Chrzanowski 2020-07-06 13:24:19 +02:00 committed by Jakub Chrzanowski
parent 9f31e04cc7
commit cadd20cde0
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
template-cleanup: template-cleanup:
name: Template Cleanup name: Template Cleanup
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository != 'JetBrains/intellij-platform-plugin-template' if: github.event.repository.name != 'intellij-platform-plugin-template'
steps: steps:
# Check out current repository # Check out current repository

View File

@ -5,6 +5,7 @@
## [Unreleased] ## [Unreleased]
### Fixed ### Fixed
- Remove vendor website from `plugin.xml` - Remove vendor website from `plugin.xml`
- Update Template Cleanup workflow test to avoid running it on forks
## [0.2.0] ## [0.2.0]
### Added ### Added