Skip to content

Commit

Permalink
Merge pull request #11 from Constructor-io/pe-658/check-upstream-in-sync
Browse files Browse the repository at this point in the history
feat: cron
  • Loading branch information
svennjegac authored Oct 3, 2023
2 parents 38fcee0 + 79e721e commit 6b11938
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Sync fork
#on:
# schedule:
# # actually, ~5 minutes is the highest
# # effective frequency you will get
# - cron: '* * * * *'
name: Upstream sync check
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'
jobs:
merge:
runs-on: ubuntu-latest
Expand All @@ -16,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Sync fork
- name: Upstream sync check
env:
FORK: "https://github.com/Constructor-io/zerolog-sentry"
UPSTREAM: "https://github.com/archdx/zerolog-sentry"
Expand Down

0 comments on commit 6b11938

Please sign in to comment.