Skip to content

Commit f68f324

Browse files
committed
Fix module cleanup workflow
1 parent 75e2241 commit f68f324

2 files changed

Lines changed: 33 additions & 34 deletions

File tree

.github/workflows/module-cleanup.lock.yml

Lines changed: 30 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/module-cleanup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ concurrency:
4040

4141
timeout-minutes: 30
4242

43+
environment: protected
44+
4345
# Disable strict mode so we can opt out of the AWF agent sandbox below.
4446
strict: false
4547

@@ -172,7 +174,7 @@ steps:
172174
run: .github/scripts/use-cla-approved-bot.sh
173175
---
174176

175-
# Module Cleanup — Single Module
177+
# Module Cleanup
176178

177179
You clean up exactly **one** instrumentation module this run, then export
178180
your commit so the finalize job can roll it into a batched PR.

0 commit comments

Comments
 (0)