From fedef0c3ebf6c2e2da8cfcec4295aafce1ccbe48 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 12 Nov 2024 11:21:12 +0900 Subject: [PATCH] Workflow: disabling forgejo step --- .github/workflows/build_release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 7917fbe4..252f2fc1 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -170,13 +170,13 @@ jobs: # As backup we're even publishing the build on our own selfhosted Fogejo instance # Forgejo Publish Job if main branch - Forgejo-publish: - if: github.ref == 'refs/heads/main' - needs: Build_RetroDECK - uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main - with: - release_body: ${{ needs.Build_RetroDECK.outputs.release_body }} - artifacts: "RetroDECK*.flatpak,RetroDECK*.flatpak.sha,RetroDECK*Artifact.tar.gz" - tag: ${{ needs.Build_RetroDECK.outputs.tag }} - secrets: - FORGEJO_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }} \ No newline at end of file + # Forgejo-publish: + # if: github.ref == 'refs/heads/main' + # needs: Build_RetroDECK + # uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main + # with: + # release_body: ${{ needs.Build_RetroDECK.outputs.release_body }} + # artifacts: "RetroDECK*.flatpak,RetroDECK*.flatpak.sha,RetroDECK*Artifact.tar.gz" + # tag: ${{ needs.Build_RetroDECK.outputs.tag }} + # secrets: + # FORGEJO_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }} \ No newline at end of file