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
|
name: manual-e2e
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@ -11,6 +7,10 @@ on:
|
|||||||
description: 'nocobase/pro-plugins repository branch'
|
description: 'nocobase/pro-plugins repository branch'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.branch }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e-test-postgres:
|
e2e-test-postgres:
|
||||||
strategy:
|
strategy:
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Checkout pro-plugins
|
- name: Checkout pro-plugins - ${{ inputs.branch }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: nocobase/pro-plugins
|
repository: nocobase/pro-plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user