Skip to content

Commit 1300ac1

Browse files
authored
Merge pull request #2298 from vprashar2929/ci-prof-track
ci: track workflow and profiling script as part of change
2 parents f5a61f7 + 7b46987 commit 1300ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/profiling.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- '**/*.go'
2121
- 'go.mod'
2222
- 'go.sum'
23+
- '.github/workflows/profiling.yaml'
24+
- 'hack/reports/profiling.sh'
25+
2326
profiling:
2427
needs: check-changes
2528
if: needs.check-changes.outputs.changes == 'true'

0 commit comments

Comments
 (0)