We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbb0de commit e6b7ee7Copy full SHA for e6b7ee7
.github/workflows/workflow-linter.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
with:
20
repository: ${{ github.repository }}
21
- fetch-depth: 0
+ fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
22
23
# - name: Get changed files
24
# id: changed-workflows
0 commit comments