diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3d54cd30..5cacbfe9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,12 +6,12 @@ on: - '**' tags: - 'v*' - workflow_dispatch: - inputs: - skip_long_checks: - description: 'Skip tests? (true/false)' - required: false - default: 'false' + workflow_dispatch: + inputs: + skip_long_checks: + description: 'Skip tests? (true/false)' + required: false + default: 'false' concurrency: group: ${{ github.workflow }}-${{ (github.ref_type == 'tag' && !contains(github.ref_name, '-')) && 'prod' || (github.ref_type == 'tag' && 'staging' || (github.ref_name == 'main' && 'testing' || github.ref_name)) }}