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
|
name: Template Cleanup
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
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:
|
template-cleanup:
|
||||||
name: Template Cleanup
|
name: Template Cleanup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event.repository.name != 'intellij-platform-plugin-template'
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
if: github.event.repository.name != 'intellij-platform-plugin-template'
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
|
Loading…
Reference in New Issue
Block a user