Bump the feature flag version for direct tracing autobuild
To avoid re-enabling the flag for old Action versions.
This commit is contained in:
parent
c7964947b4
commit
599f279aa8
3 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ export interface FeatureEnablement {
|
|||
* Legacy features should end with `_enabled`.
|
||||
*/
|
||||
export enum Feature {
|
||||
AutobuildDirectTracing = "autobuild_direct_tracing",
|
||||
AutobuildDirectTracing = "autobuild_direct_tracing_v2",
|
||||
CleanupTrapCaches = "cleanup_trap_caches",
|
||||
CppDependencyInstallation = "cpp_dependency_installation_enabled",
|
||||
CppTrapCachingEnabled = "cpp_trap_caching_enabled",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue