Skip to content

Commit 5b41303

Browse files
authored
Disable UUID validation for PR
It's handled by the auto commit uuid on push workflow
1 parent aa8b3be commit 5b41303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-ddf-bundles.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,8 @@ jobs:
164164
# Bundles are uploaded only on the push event when the PR is merged
165165
upload-store-enabled: false
166166

167+
# Validation
168+
bundler-validation-enforce-uuid: 'false'
169+
167170
env:
168171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)