Skip to content

Commit bbe4988

Browse files
committed
chore: cleanup ci flows
1 parent 181e01c commit bbe4988

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- "main"
8-
- "initial-version"
98
workflow_dispatch:
109
inputs:
1110
force_gradle_cache_clean:
@@ -42,7 +41,7 @@ jobs:
4241
- name: "Setup Gradle"
4342
uses: "gradle/actions/setup-gradle@v4"
4443
with:
45-
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/initial-version' }} # TODO remove when initial-version is removed
44+
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
4645
- name: "Nuke gradle cache"
4746
if: "${{ github.event.inputs.force_gradle_cache_clean == 'true' }}"
4847
run: "rm -rf ~/.gradle/caches"

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ on:
88
description: "Force version number to publish (empty for automatic semver versioning)"
99
required: false
1010
default: ""
11-
to_publish: #TODO
12-
description: "What to publish"
13-
required: true
14-
default: "all"
15-
type: choice
16-
options:
17-
- plugin-gradle
18-
- plugin-maven
19-
- all
20-
- lib
2111

2212
permissions:
2313
contents: write

0 commit comments

Comments
 (0)