ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep) #3

Open
infra-sre wants to merge 1 commits from ci-rename-github-to-gitea into main
3 changed files with 6 additions and 6 deletions

5
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,5 @@
name: CI
on: [push, pull_request]
jobs:
validate:
uses: molecule-ai/molecule-ci/.gitea/workflows/validate-workspace-template.yml@main

View File

@ -52,7 +52,7 @@ jobs:
publish:
needs: resolve-version
uses: Molecule-AI/molecule-ci/.github/workflows/publish-template-image.yml@main
uses: molecule-ai/molecule-ci/.gitea/workflows/publish-template-image.yml@main
secrets: inherit
with:
# Cascade fires with client_payload.runtime_version = the exact

View File

@ -1,5 +0,0 @@
name: CI
on: [push, pull_request]
jobs:
validate:
uses: Molecule-AI/molecule-ci/.github/workflows/validate-workspace-template.yml@main