diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..8ac9551 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,5 @@ +name: CI +on: [push, pull_request] +jobs: + validate: + uses: molecule-ai/molecule-ci/.gitea/workflows/validate-workspace-template.yml@main diff --git a/.github/workflows/publish-image.yml b/.gitea/workflows/publish-image.yml similarity index 96% rename from .github/workflows/publish-image.yml rename to .gitea/workflows/publish-image.yml index 04a3308..5313b65 100644 --- a/.github/workflows/publish-image.yml +++ b/.gitea/workflows/publish-image.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index b788107..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: CI -on: [push, pull_request] -jobs: - validate: - uses: Molecule-AI/molecule-ci/.github/workflows/validate-workspace-template.yml@main