Skip to content

Commit 610210f

Browse files
committed
CI: Update to build a JIT Pandas image
1 parent dfaf7e0 commit 610210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
needs: build
110110
# only on main and dev branch
111111
#if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
112-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/jit_computations'
112+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/jit_computations' || github.ref == 'refs/heads/ds/jit-pandas'
113113

114114
runs-on: ubuntu-latest
115115
steps:

0 commit comments

Comments
 (0)