We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5628212 commit a4fb2a9Copy full SHA for a4fb2a9
.github/workflows/private-mirror-sync.yml
@@ -1,19 +1,22 @@
1
name: Private Mirror Sync
2
3
-concurrency:
4
- group: ${{ github.workflow }}
5
- cancel-in-progress: true
6
-
7
on:
8
- push:
9
- branches:
10
- - main
+ workflow_dispatch:
+ schedule:
+ - cron: '0 2 * * *'
11
12
jobs:
13
sync:
14
- if: github.repository == 'firebase/firebase-android-sdk'
+ if: github.repository == 'FirebasePrivate/firebase-android-sdk'
15
runs-on: ubuntu-latest
16
steps:
+ - uses: actions/[email protected]
+ with:
+ repository: firebase/firebase-android-sdk
+ ref: main
17
+ fetch-depth: 0
18
+ submodules: true
19
+
20
- uses: actions/[email protected]
21
with:
22
fetch-depth: 0
0 commit comments