We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828836d commit 8f2bdafCopy full SHA for 8f2bdaf
.github/workflows/ci.yaml
@@ -106,7 +106,8 @@ jobs:
106
image:
107
needs: build
108
# only on main and dev branch
109
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
+ #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'
111
112
runs-on: ubuntu-latest
113
steps:
0 commit comments