From 86d2538a434622f6abad8c689d2e28f3faabcf17 Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 18 Mar 2024 21:39:52 +0800 Subject: [PATCH] chore: update manual-e2e --- .github/workflows/manual-e2e.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/manual-e2e.yml b/.github/workflows/manual-e2e.yml index 0efbedc3e..f558f3661 100644 --- a/.github/workflows/manual-e2e.yml +++ b/.github/workflows/manual-e2e.yml @@ -1,9 +1,5 @@ name: manual-e2e -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - on: workflow_dispatch: inputs: @@ -11,6 +7,10 @@ on: description: 'nocobase/pro-plugins repository branch' required: true +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.branch }} + cancel-in-progress: true + jobs: e2e-test-postgres: strategy: @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Checkout pro-plugins + - name: Checkout pro-plugins - ${{ inputs.branch }} uses: actions/checkout@v3 with: repository: nocobase/pro-plugins