Skip to content

Commit 66051e4

Browse files
committed
ci: minor refactor
1 parent c829829 commit 66051e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml .github/workflows/on-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: ci-android
1+
name: on-pr
22

33
on:
44
workflow_dispatch:
55
pull_request:
66

77
jobs:
8-
format:
8+
format_check:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release-android
1+
name: publish
22

33
on:
44
schedule:
@@ -64,7 +64,7 @@ jobs:
6464
build_type: ${{ inputs.release_type == '' && 'nightly' || inputs.release_type }}
6565

6666
publish:
67-
needs:
67+
needs:
6868
- check_commits
6969
- build
7070
if: ${{ needs.check_commits.outputs.has_new_commits > 0 && inputs.release_type != 'none' }}
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Make download dir
132132
run: mkdir ${{ github.workspace }}/temp
133-
133+
134134
- name: Download artifacts
135135
uses: actions/download-artifact@v4
136136
with:
@@ -204,7 +204,7 @@ jobs:
204204
token: ${{ secrets.ANDROID_PAT }}
205205
repository: zaneschepke/fdroid
206206
event-type: fdroid-update
207-
207+
208208
publish-play:
209209
if: ${{ inputs.track != 'none' && inputs.track != '' }}
210210
name: Publish to Google Play

0 commit comments

Comments
 (0)