Skip to content

Commit a34cc0b

Browse files
fix: Skip docs verification for closed pull requests
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent bb49389 commit a34cc0b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/Workflow-Test-Default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
^\.github/workflows/(?!Release\.yml$|Linter\.yml$)
6565
6666
VerifyRootFunctionsIndexDefault:
67+
if: github.event.action != 'closed'
6768
name: Verify root Functions index [Default]
6869
runs-on: ubuntu-latest
6970
needs:

.github/workflows/Workflow-Test-WithManifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
^\.github/workflows/(?!Release\.yml$|Linter\.yml$)
6565
6666
VerifyRootFunctionsIndexWithManifest:
67+
if: github.event.action != 'closed'
6768
name: Verify root Functions index [WithManifest]
6869
runs-on: ubuntu-latest
6970
needs:

0 commit comments

Comments
 (0)