# 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.'
