Update Template Cleanup workflow test to avoid running it on forks

pull/11/head
Jakub Chrzanowski 4 years ago committed by Jakub Chrzanowski
parent 9f31e04cc7
commit cadd20cde0

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

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

Loading…
Cancel
Save