Skip to content

Commit

Permalink
Shift around steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pjurczak-splunk committed Jul 12, 2024
1 parent c44ec62 commit 5715358
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Fork Sync

on:
# push:
# branches:
# - pj-actions-fork-sync
workflow_dispatch:
schedule:
- cron: '*/5 * * * *' # every 5 minutes
# workflow_dispatch: # on button click

jobs:
fork-sync:
Expand All @@ -17,8 +13,8 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: repo-sync/github-sync@v2
name: sync branch with upstream
uses: repo-sync/github-sync@v2
with:
source_repo: "splunk/public-o11y-docs"
source_branch: "main"
Expand Down

0 comments on commit 5715358

Please sign in to comment.