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:
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

View File

@ -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