Skip to content

Commit

Permalink
disable cnab validation (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis authored Nov 5, 2024
1 parent 2a3b011 commit 106405b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,4 @@ jobs:
- name: Validate PR
run: scripts/validate-pr.sh
env:
PR_TITLE: ${{ github.event.pull_request.title }}

- name: Verify CNAB package
run: scripts/verify-cnab-package.sh
env:
PR_TITLE: ${{ github.event.pull_request.title }}
PR_TITLE: ${{ github.event.pull_request.title }}

0 comments on commit 106405b

Please sign in to comment.