mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow (#40)
This commit is contained in:
parent
424f9185b8
commit
74a7cc0d9f
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
changelog: ${{ steps.properties.outputs.changelog }}
|
changelog: ${{ steps.properties.outputs.changelog }}
|
||||||
artifact: ${{ steps.properties.outputs.artifact }}
|
artifact: ${{ steps.properties.outputs.artifact }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Setup Java 1.8 environment for the next steps
|
# Setup Java 1.8 environment for the next steps
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
@ -175,6 +175,7 @@ jobs:
|
|||||||
# If accepted and published, release workflow would be triggered
|
# If accepted and published, release workflow would be triggered
|
||||||
releaseDraft:
|
releaseDraft:
|
||||||
name: Release Draft
|
name: Release Draft
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
needs: [build, verify]
|
needs: [build, verify]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
# IntelliJ Platform Plugin Template Changelog
|
# IntelliJ Platform Plugin Template Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
|
||||||
|
|
||||||
## [0.4.0]
|
## [0.4.0]
|
||||||
### Added
|
### Added
|
||||||
|
Loading…
Reference in New Issue
Block a user