Compare commits

..

2 Commits

Author SHA1 Message Date
Hermes
171de2084d ci: trigger minimal push workflow repro
Some checks failed
ping / ping (push) Has been cancelled
2026-08-30 10:03:33 -05:00
Hermes
5675993b9d ci: add minimal push-trigger repro workflow 2026-08-30 10:03:33 -05:00
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
name: ping
on: [push]
jobs:
ping:
runs-on: ubuntu-latest
steps:
- run: echo "ping from simple workflow"

1
PING_TRIGGER_TEST.txt Normal file
View File

@@ -0,0 +1 @@
touch 2026-08-30T10:03:33-05:00