Skip to content

Commit de9c56e

Browse files
committed
CI: Update to build a JIT Pandas image
1 parent 98404f3 commit de9c56e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
needs: build
108108
# only on main and dev branch
109109
#if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
110-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/jit_computations'
110+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/jit_computations' || github.ref == 'refs/heads/ds/jit-pandas'
111111

112112
runs-on: ubuntu-latest
113113
steps:
@@ -132,6 +132,9 @@ jobs:
132132
if [ "$imageTag" = "main" ] ; then
133133
imageTag="latest"
134134
fi
135+
if [ "$imageTag" = "ds/jit-pandas" ] ; then
136+
imageTag="jit-pandas"
137+
fi
135138
echo "::set-output name=tag::$imageTag"
136139
echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
137140
- name: Push Dev Tag

0 commit comments

Comments
 (0)