mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test gto show
This commit is contained in:
parent
eb1f6ecaf2
commit
07813c68b7
1 changed files with 12 additions and 10 deletions
22
.github/workflows/MLPipelinePostMerge.yml
vendored
22
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -1,22 +1,22 @@
|
|||
name: Register the model for the given pipeline branch
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - "model-**"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "model-**"
|
||||
|
||||
# on:
|
||||
# pull_request:
|
||||
# types:
|
||||
# - closed
|
||||
# branches:
|
||||
# - "master"
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
Register-Major-Model-Dev:
|
||||
if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'major')) }}
|
||||
# if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'major')) }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
git config user.name "Github-Bot"
|
||||
git config user.email "Github-Bot@no-reply.com"
|
||||
|
||||
gto show
|
||||
|
||||
# gto register test --repo https://github.com/Hestia-Homes/ML/
|
||||
# echo "chicken" >> test.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue