From a48afe12e41e809f8e081bb43e021b12bc94a494 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Sat, 18 Jul 2026 18:44:03 +0700 Subject: [PATCH] update the the workflow 3 --- .gitea/workflows/backend-modal.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/backend-modal.yaml b/.gitea/workflows/backend-modal.yaml index c55af50..a1d413c 100644 --- a/.gitea/workflows/backend-modal.yaml +++ b/.gitea/workflows/backend-modal.yaml @@ -20,19 +20,20 @@ name: Backend Modal Build on: - push: - branches: ['**'] - workflow_dispatch: - inputs: - tag: - description: 'Image tag (default: git SHA)' - required: false - type: string - platform: - description: 'Target platform' - required: false - type: string - default: 'linux/amd64' + workflow_dispatch: {} + # push: + # branches: ['**'] + # workflow_dispatch: + # inputs: + # tag: + # description: 'Image tag (default: git SHA)' + # required: false + # type: string + # platform: + # description: 'Target platform' + # required: false + # type: string + # default: 'linux/amd64' permissions: contents: read