Skip to content

Commit

Permalink
fix: adding back the filter on commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed May 10, 2024
1 parent 1f2a46c commit 64934fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan-and-apply-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ permissions:
jobs:
commitlint:
name: "Commitlint"
if: inputs.enable-commitlint
if: github.event_name == 'pull_request' && inputs.enable-commitlint
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 64934fc

Please sign in to comment.