Skip to content

Commit

Permalink
add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 7, 2024
1 parent 54217e1 commit 2cae52f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
schedule:
- cron: '45 8 * * *'
workflow_dispatch:

jobs:
main:
uses: deadsnakes/runbooks/.github/workflows/update-meta-gbp.yml@main
with:
dists-json: '["focal", "jammy", "noble"]'
secrets: inherit

0 comments on commit 2cae52f

Please sign in to comment.