Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-n committed Jan 3, 2024
1 parent 778a6cc commit 2908724
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/trunk-sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: Trunk Sync Fork
on:
schedule:
# Run every 10 minutes.
- cron: '*/10 * * * *'
- 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
- name: Run Fork Sync
uses: tgymnich/[email protected]
with:
owner: metabase
base: master
head: master

0 comments on commit 2908724

Please sign in to comment.