chore: update manual-e2e
This commit is contained in:
parent
09c7651743
commit
86d2538a43
10
.github/workflows/manual-e2e.yml
vendored
10
.github/workflows/manual-e2e.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user