mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
template-cleanup.yml: cleanup
This commit is contained in:
parent
8fd687867d
commit
7dfde7761f
7
.github/workflows/template-cleanup.yml
vendored
7
.github/workflows/template-cleanup.yml
vendored
@ -5,18 +5,17 @@
|
||||
name: Template Cleanup
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
|
||||
# Run cleaning process only if workflow is triggered by the non-JetBrains/intellij-platform-plugin-template repository.
|
||||
# Run cleaning process only if workflow is triggered by the non-"intellij-platform-plugin-template" repository.
|
||||
template-cleanup:
|
||||
name: Template Cleanup
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.repository.name != 'intellij-platform-plugin-template'
|
||||
permissions:
|
||||
contents: write
|
||||
if: github.event.repository.name != 'intellij-platform-plugin-template'
|
||||
steps:
|
||||
|
||||
# Check out current repository
|
||||
|
Loading…
Reference in New Issue
Block a user