Update workflows in release branch

Signed-off-by: Alexander Maslennikov <amaslennikov@nvidia.com>
This commit is contained in:
Alexander Maslennikov
2025-03-18 09:52:54 +01:00
parent 56086d0abe
commit 3ea1db021f
2 changed files with 1 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
call-reusable-ci-fork-workflow:
uses: almaslennikov/reusable-release-workflows/.github/workflows/ci-fork.yml@dev
uses: almaslennikov/reusable-release-workflows/.github/workflows/fork-ci-reusable.yml@dev
with:
registry-internal: ghcr.io/almaslennikov
registry-public: ghcr.io/almaslennikov

View File

@@ -1,10 +0,0 @@
{
"push": {
"head": {
"ref": "sample-head-ref"
},
"base": {
"ref": "sample-base-ref"
}
}
}