mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Update Template Cleanup workflow test to avoid running it on forks
This commit is contained in:
parent
9f31e04cc7
commit
cadd20cde0
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user