Skip to content

RELEASE-896, RELEASE-900, RELEASE-901, RELEASE-906, RELEASE-902, RELE… #650

RELEASE-896, RELEASE-900, RELEASE-901, RELEASE-906, RELEASE-902, RELE…

RELEASE-896, RELEASE-900, RELEASE-901, RELEASE-906, RELEASE-902, RELE… #650

Workflow file for this run

name: IntelliJ IDEA
on:
schedule:
# daily at 4AM for the master branch
- cron: '0 4 * * *'
push:
# for each release
tags:
- 'idea/20*'
jobs:
build:
uses: ./.github/workflows/ide_build_and_upload.yml
with:
artifacts_dir: out/idea-ce/artifacts
product: intellij_idea
# IntelliJ IDEA distributions cannot be built due to insufficient default runner disk space, see IDEA-382998
system_properties: '-Dintellij.build.skip.build.steps=os_specific_distributions'
upload_artifacts: false