gitea workflow add run on limbosolutions-com
Some checks failed
/ continuous-deploy (push) Failing after 42s

This commit is contained in:
Márcio Fernandes
2026-03-20 14:53:37 +00:00
parent c1ca2343cb
commit d6e3338fa5

View File

@@ -9,7 +9,7 @@ on:
- main
jobs:
continuous-deploy:
runs-on: ["deploy", "kubectl"]
runs-on: ["deploy", "kubectl", "limbosolutions-com"]
env:
GITHUB_TEMP: ${{ runner.temp }} # fix missing GITHUB_TEMP on gitea
steps: