Skip to content

Commit

Permalink
chore: add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed May 11, 2024
1 parent 4f13588 commit 1826a3d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

on:
schedule:
- cron: 0 0 * * 1
push:

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ineshbose/navrepo-action@v1
with:
query: "map(select(.name | startswith(\"UofG_\")))"

0 comments on commit 1826a3d

Please sign in to comment.