Skip to content

Commit

Permalink
Add a workflow to sync public BCNY forks
Browse files Browse the repository at this point in the history
  • Loading branch information
kendal committed May 22, 2024
1 parent 9122ba3 commit 35f590b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cron-sync-bcny-forks.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Cron - Sync BCNY forks

on:
schedule:
# Every day 8:00 am UTC
- cron: '0 8 * * *'
# schedule:
# # Every day 8:00 am UTC
# - cron: '0 8 * * *'

workflow_dispatch:

jobs:

sync_analytics_swift:
name: "Sync thebrowsercompany/analytics-swift"
runs-on: ubuntu-latest
steps:
- uses: thebrowsercompany/gha-sync-fork@bd704c61db9000e8bbc1affe3d4199b7e3eb291c
Expand All @@ -20,6 +21,7 @@ jobs:
upstream_branch: main

sync_firebase_cpp_sdk:
name: "Sync thebrowsercompany/firebase-cpp-sdk"
runs-on: ubuntu-latest
steps:
- uses: thebrowsercompany/gha-sync-fork@bd704c61db9000e8bbc1affe3d4199b7e3eb291c
Expand All @@ -30,6 +32,7 @@ jobs:
upstream_branch: main

sync_swift_eventsource:
name: "Sync thebrowsercompany/swift-eventsource"
runs-on: ubuntu-latest
steps:
- uses: thebrowsercompany/gha-sync-fork@bd704c61db9000e8bbc1affe3d4199b7e3eb291c
Expand Down

0 comments on commit 35f590b

Please sign in to comment.