Skip to content

Commit 4ff04f5

Browse files
factions-user
f
authored andcommitted
only run copy once a week
GitOrigin-RevId: e9dec7f5ad0eabdb07fefc00f54334c3685ab7e6
1 parent 5df6a58 commit 4ff04f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packages.react-router-busy.copy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
pull_request_target:
99
# TODO Call when a PR affecting this package is merged or release is made
1010
jobs:
11-
move-code:
11+
mirror:
1212
# Just don't run push in monorepo since we use cron there
1313
# Still run on push in destination repo since it might be needed
1414
# Note PR opened in dest repo pushes commit to source repo and now it's not run, doesn't seem to matter but if it does check actor
1515
# And when PR merged in source, it still closes PR in destination but doesn't update destination repo
1616
# Need to make sure only runs in mono and react-router-busy, not other mirrors
17-
if: (github.repository == 'bitofbreeze/mono' || github.repository == 'bitofbreeze/react-router-busy')
18-
# && (github.event_name != 'push' || github.repository != 'bitofbreeze/mono')
17+
# But also could just not mirror these actions to others
18+
if: (github.repository == 'bitofbreeze/mono' || github.repository == 'bitofbreeze/react-router-busy') && (github.event_name != 'push' || github.repository != 'bitofbreeze/mono')
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out code

0 commit comments

Comments
 (0)