Skip to content

Commit a48f053

Browse files
committed
fix(ENGKNOW-2950): CONTENT_LOCATION_MANAGED renamed DATA_LOCATION and new means full parent path.
1 parent f11d3c8 commit a48f053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
files: '**/TEST-*.xml'
143143

144144
publishSnapshot:
145-
if: ${{ github.ref == 'refs/heads/main' }}
145+
#if: ${{ github.ref == 'refs/heads/main' }}
146146
needs: [test, slowTest, integrationTest]
147147
runs-on: ubuntu-latest
148148
steps:

0 commit comments

Comments
 (0)