mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions: rearrange the Build workflow
This commit is contained in:
parent
9be85b8e62
commit
9f26d955a6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -173,7 +173,7 @@ jobs:
|
|||||||
# Run plugin structure verification along with IntelliJ Plugin Verifier
|
# Run plugin structure verification along with IntelliJ Plugin Verifier
|
||||||
verify:
|
verify:
|
||||||
name: Verify plugin
|
name: Verify plugin
|
||||||
needs: [ build, test, inspectCode ]
|
needs: [ build ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -218,7 +218,7 @@ jobs:
|
|||||||
releaseDraft:
|
releaseDraft:
|
||||||
name: Release draft
|
name: Release draft
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
needs: [ build, verify ]
|
needs: [ build, test, inspectCode, verify ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
- GitHub Actions: set `gradle-home-cache-cleanup: true` flag to the Gradle Build Action
|
- GitHub Actions: set `gradle-home-cache-cleanup: true` flag to the Gradle Build Action
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- GitHub Actions: rearrange the Build workflow
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.3`
|
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.3`
|
||||||
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `v1.1.0`
|
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `v1.1.0`
|
||||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.2.1`
|
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.2.1`
|
||||||
|
Loading…
Reference in New Issue
Block a user