ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep) #3
5
.gitea/workflows/ci.yml
Normal file
5
.gitea/workflows/ci.yml
Normal 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
|
||||
@ -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
|
||||
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -1,5 +0,0 @@
|
||||
name: CI
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
validate:
|
||||
uses: Molecule-AI/molecule-ci/.github/workflows/validate-workspace-template.yml@main
|
||||
Loading…
Reference in New Issue
Block a user