Skip to content

Commit

Permalink
Merge pull request #2 from trunk-io/zaycev-patch-1
Browse files Browse the repository at this point in the history
Add Sync Fork workflow
  • Loading branch information
zaycev authored Dec 1, 2023
2 parents e669a9b + c34876a commit 172fdbb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trunk-sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trunk Sync Fork

on:
schedule:
# Run every 10 minutes.
- cron: '*/10 * * * *'
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-22.04

steps:
- name: Run Fork Sync
uses: tgymnich/[email protected]
with:
owner: metabase
base: master
head: master

0 comments on commit 172fdbb

Please sign in to comment.