We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5473f2 commit 46f9ab0Copy full SHA for 46f9ab0
1 file changed
action.yaml
@@ -37,6 +37,7 @@ runs:
37
- name: 'get base branch last commit'
38
run: git fetch origin ${{ inputs.base-branch }}:${{ inputs.base-branch }} --depth 1
39
shell: bash
40
+ if: ${{ github.head_ref != inputs.base-branch }}
41
- name: "Lint commits"
42
43
run: |
0 commit comments