File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1616 # Need to make sure only runs in mono and react-router-busy, not other mirrors
1717 # But also could just not mirror these actions to others
1818 # "54: Nothing to do in the SoT repo except for push events."
19- 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')
19+ # 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')
2020 runs-on : ubuntu-latest
2121 steps :
2222 # TODO Not working in PR that this was added in
You can’t perform that action at this time.
0 commit comments