Skip to content

Commit

Permalink
Create dummy periodic.yml (#218)
Browse files Browse the repository at this point in the history
To enable dispatching via GitHub UI for testing.
  • Loading branch information
kit1980 authored Apr 16, 2024
1 parent d5cf1c8 commit 6b455c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: periodic

on:
schedule:
- cron: '0,6,12,18 0 * * *' # Runs at midnight UTC and every 6 hours
push:
tags:
- ciflow/periodic/*
workflow_dispatch:

0 comments on commit 6b455c6

Please sign in to comment.