Commit 434893b
Add shallow git checkout step in activation job for timestamp check
- Added sparse checkout of .github/workflows in activation job
- Uses fetch-depth: 1 for shallow clone to minimize performance impact
- Uses sparse-checkout-cone-mode: false for non-cone pattern support
- Sets persist-credentials: false for security
- Updated tests to check for checkout in agent job specifically
- Added new test TestActivationJobCheckoutStep to verify activation checkout
- Updated TestActivationAndAddReactionJobsPermissions to expect checkout in activation job
- Updated TestTrialModeCompilation to look for checkout in agent job
Co-authored-by: pelikhan <[email protected]>1 parent 47f658d commit 434893b
File tree
71 files changed
+786
-12
lines changed- .github/workflows
- pkg/workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+786
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments