changed run-on to self-hosted to match the server
Some checks failed
Deploy / deploy (push) Failing after 11s

This commit is contained in:
Jeremie Fraeys 2026-01-20 17:40:36 -05:00
parent 4fa9d35830
commit 777184d7bb
No known key found for this signature in database
2 changed files with 1 additions and 12 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
deploy:
runs-on: docker
runs-on: self-hosted
steps:
# Checkout code
- name: Checkout

View file

@ -1,11 +0,0 @@
name: Reusable
on:
workflow_call:
jobs:
test:
runs-on: docker
steps:
- name: Hello
run: echo "Hello from reusable"