Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e83f5c9c3366fc5886b87e0d6b484d9f2efef52f
  • Loading branch information
f authored and actions-user committed Oct 2, 2024
1 parent e00b720 commit 200d4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.react-router-busy.copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Need to make sure only runs in mono and react-router-busy, not other mirrors
# But also could just not mirror these actions to others
# "54: Nothing to do in the SoT repo except for push events."
if: (github.repository == 'bitofbreeze/mono' || github.repository == 'bitofbreeze/react-router-busy') && (github.event_name != 'push' || github.repository != 'bitofbreeze/mono') && (github.event_name != 'pull_request_target' || github.repository != 'bitofbreeze/mono')
# if: (github.repository == 'bitofbreeze/mono' || github.repository == 'bitofbreeze/react-router-busy') && (github.event_name != 'push' || github.repository != 'bitofbreeze/mono') && (github.event_name != 'pull_request_target' || github.repository != 'bitofbreeze/mono')
runs-on: ubuntu-latest
steps:
# TODO Not working in PR that this was added in
Expand Down

0 comments on commit 200d4a7

Please sign in to comment.