Skip to content

Commit 7b46987

Browse files
committed
ci: track workflow and profiling script as part of change
This commit updates the profiling workflow's check-change job to also track the workflow and the profiling script as part of the change. This ensures that if the PR makes changes to the script or workflow and not specifically the code base the workflow will still run. Signed-off-by: vprashar2929 <[email protected]>
1 parent f5a61f7 commit 7b46987

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)