Files
actions-demo/fixtures/workflows/scheduled-disabled.yaml.txt
reynold 1aa5b38eb3 feat: seed Lariza feature demonstration
Add synthetic fixtures and proposed policy contracts for safely demonstrating future Lariza capabilities.

Assisted-by: Codex: GPT-5.6
2026-07-18 20:21:37 +08:00

11 lines
266 B
Plaintext

# Fixture only: the .txt suffix prevents Gitea from loading this as a workflow.
name: Scheduled workflow policy fixture
on:
schedule:
- cron: '0 0 * * *'
jobs:
fixture:
runs-on: lariza-test
steps:
- run: echo 'This fixture must never execute.'