Skip to content

Commit

Permalink
chore: test workflow (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum authored May 17, 2024
1 parent 5987151 commit 33978c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate_reports.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
name: Generate IXPs reports
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 5 * * 0"
# schedule:
# - cron: "0 5 * * 0"
push:
branches:
- main
permissions:
contents: write
jobs:
Expand Down

0 comments on commit 33978c5

Please sign in to comment.