We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c753e commit fd4f976Copy full SHA for fd4f976
1 file changed
.github/workflows/pr-health-check.yml
@@ -37,8 +37,6 @@ jobs:
37
38
# ***** YAML Linting steps are disabled for now *****
39
40
-
41
42
# - name: Install Open API yaml linter
43
# run: npm i -g @quobix/vacuum
44
@@ -91,6 +89,7 @@ jobs:
91
89
owner: xero-internal
92
90
workflow: pr.yml
93
ref: refs/heads/master
+ distinct: false
94
workflow_inputs: >
95
{
96
"branch_name": "${{ github.event_name == 'pull_request' && github.head_ref || 'master' }}"
0 commit comments