chore: update manual-e2e

This commit is contained in:
chenos 2024-03-18 21:39:52 +08:00
parent 09c7651743
commit 86d2538a43

View File

@ -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