Skip to content

Commit

Permalink
Disable UUID validation for PR
Browse files Browse the repository at this point in the history
It's handled by the auto commit uuid on push workflow
  • Loading branch information
Zehir committed May 17, 2024
1 parent aa8b3be commit 5b41303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-ddf-bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,8 @@ jobs:
# Bundles are uploaded only on the push event when the PR is merged
upload-store-enabled: false

# Validation
bundler-validation-enforce-uuid: 'false'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5b41303

Please sign in to comment.