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