cicd
Some checks failed
run-on-push / run-script (push) Failing after 9m16s

This commit is contained in:
Álvaro González 2026-05-08 11:01:03 +02:00
parent 4a7343cbc5
commit 324f670f32

View file

@ -1,10 +1,13 @@
name: run-on-push
on:
push:
branches: [ main ]
branches:
- main
- feature/embed-http-server
jobs:
run-script:
runs-on: self-hosted # or the label your runner provides
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run script