Skip to content

Commit 6f54c46

Browse files
committed
ci: re-order call_build_wf
1 parent 0fe59ee commit 6f54c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitea/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
call_build_wf:
2727
name: "If new commits merged, trigger APK build"
28+
runs-on: docker-node-latest
2829
needs: call_org_workflow
2930
if: ${{ needs.call_org_workflow.outputs.cc_res == 'True' }}
3031
uses: ./.gitea/workflows/apk.yml@main
31-
runs-on: docker-node-latest
3232
secrets: inherit

0 commit comments

Comments
 (0)