Skip to content

Revert "2.1.0"

Revert "2.1.0" #215

Workflow file for this run

name: Land
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
secrets: inherit
test:
needs: deploy
uses: NucleoidAI/actions/.github/workflows/test.yml@main
secrets: inherit