GitHub Actions - avoid altering workflows on cleanup because of:

refusing to allow a GitHub App to create or update workflow `.github/workflows/release.yml` without `workflows` permission
pull/9/head
Jakub Chrzanowski 4 years ago
parent 77f636a253
commit 35c5d47fd0

@ -12,7 +12,7 @@ jobs:
release:
name: Publish Plugin
runs-on: ubuntu-latest
if: github.repository != 'JetBrains/intellij-platform-plugin-template' #REMOVE-ON-CLEANUP#
if: github.repository != 'JetBrains/intellij-platform-plugin-template'
steps:
# Check out current repository

Loading…
Cancel
Save