Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed May 30, 2024
1 parent e8a2666 commit 6e56d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/populate-channels.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Populate Channels
on:
- workflow_dispatch:
- schedule:
workflow_dispatch:
schedule:
- cron: '*/1 * * * *'

env:
Expand Down

0 comments on commit 6e56d4e

Please sign in to comment.