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.
2 parents a1b98a5 + 9455c53 commit 92e0027Copy full SHA for 92e0027
.github/workflows/ci.yaml
@@ -108,8 +108,7 @@ jobs:
108
image:
109
needs: build
110
# only on main and dev branch
111
- #if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' # TODO: Revert after v4 migration is complete
112
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/v4-schema-revisions-release-prep'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
113
114
runs-on: ubuntu-latest
115
steps:
0 commit comments