We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe59ee commit 6f54c46Copy full SHA for 6f54c46
.gitea/workflows/sync.yml
@@ -25,8 +25,8 @@ jobs:
25
26
call_build_wf:
27
name: "If new commits merged, trigger APK build"
28
+ runs-on: docker-node-latest
29
needs: call_org_workflow
30
if: ${{ needs.call_org_workflow.outputs.cc_res == 'True' }}
31
uses: ./.gitea/workflows/apk.yml@main
- runs-on: docker-node-latest
32
secrets: inherit
0 commit comments