2 Commits

Author SHA1 Message Date
hasslesstech ea4bdaa3b7 1
/ build-images (push) Failing after -1s
/ run-tests (push) Has been skipped
2026-03-18 18:15:31 +02:00
hasslesstech 0363743e10 1 2026-03-18 18:13:37 +02:00
+4 -1
View File
@@ -1,9 +1,12 @@
on: [push]
on: [push, workflow_dispatch]
jobs:
build-images:
runs-on: host-arch-x86_64
steps:
- name: Debug print
run: echo ${{ toJson(gitea.event) }}
- name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}