Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 143c6ac

Browse files
wenleixfacebook-github-bot
authored andcommitted
Update fbsync (#425)
Summary: Mainly to update GH workflow, since CI is not triggered on fbsync branch somehow. Generated via ``` git cherry-pick 4d9e90a^..5732d84 ``` on a fork of `fbsync` branch Pull Request resolved: #425 Reviewed By: bearzx Differential Revision: D37676633 Pulled By: wenleix fbshipit-source-id: fdce7d4e058a47f8516d9fb6e084a726e1ffe68f
1 parent 056b509 commit 143c6ac

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: MacOS Build and Test
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ main, fbsync ]
55
pull_request:
66
branches:
77
- main
8+
- fbsync
89
# For PR created by ghstack
910
- gh/*/*/base
1011

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Ubuntu Build and Test
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ main, fbsync ]
55
pull_request:
66
branches:
77
- main
8+
- fbsync
89
# For PR created by ghstack
910
- gh/*/*/base
1011

csrc/velox/velox

Submodule velox updated 154 files

0 commit comments

Comments
 (0)