Skip to content

Commit

Permalink
ci(github): fix commit parity running outside PR
Browse files Browse the repository at this point in the history
    Primary Changes
    ---------------
    1. Updated the workflow to run only on Pull Requests

Fixes hyperledger#3515

Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan authored and petermetz committed Sep 10, 2024
1 parent 68d50ba commit 4f58866
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pr-commit-parity.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
---
name: PR - Commit Parity
'on':
pull_request:
branches:
- main
- dev
- petermetz/**
push:
branches:
- main
- dev
on: [pull_request]

env:
NODEJS_VERSION: v18.18.2
Expand Down

0 comments on commit 4f58866

Please sign in to comment.