Skip to content

Commit 5cc3f59

Browse files
fix: dependabot coverage job (#1072)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 36e89d8 commit 5cc3f59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd_night.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
ACTIONS=$(
132132
(find . -type f -name "action.yml" -not -path "./doc/*" && \
133133
find .github/workflows -type f \( -name "*.yml" -o -name "*.yaml" \) ! -name "dependabot_coverage.yml") | \
134-
xargs grep -h "uses:" | \
134+
xargs grep -h "^\s*uses:" | \
135135
sed 's/^[[:space:]]*//' | \
136136
sed 's/^-[[:space:]]*//' | \
137137
sed 's/^uses:[[:space:]]*//' | \

doc/source/changelog/1072.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependabot coverage job

0 commit comments

Comments
 (0)