mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 08:13:20 +08:00
added template version
This commit is contained in:
parent
2e988b22d0
commit
d1dcdb798d
8
.github/workflows/build_new.yml
vendored
8
.github/workflows/build_new.yml
vendored
@ -5,9 +5,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
# paths:
|
paths:
|
||||||
# - 'app/**'
|
- 'app/**'
|
||||||
# - '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
|
|
||||||
# Concurrency: Equivalent to batch: true
|
# Concurrency: Equivalent to batch: true
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
ARGS: "" # Default empty ARGS
|
ARGS: "" # Default empty ARGS
|
||||||
|
|
||||||
# Call the reusable workflow
|
# Call the reusable workflow
|
||||||
uses: .github/workflows/templates/template_build.yml # Path to the reusable workflow file
|
uses: templates/template_build.yml@develop # Path to the reusable workflow file
|
||||||
# Pass inputs required by the reusable workflow
|
# Pass inputs required by the reusable workflow
|
||||||
with:
|
with:
|
||||||
# Pass values from the matrix context and global env
|
# Pass values from the matrix context and global env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user