We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dcb1b commit 98978a9Copy full SHA for 98978a9
1 file changed
apps/webapp/app/routes/resources/environment.tsx
@@ -261,7 +261,9 @@ export function EventRuleSwitch() {
261
const enabledName = isEnabled ? "enabled" : "disabled";
262
263
let hoverMessage = eventRule
264
- ? `This workflow is ${enabledName} in the ${prettyEnvironmentName} environment.`
+ ? `This workflow is ${enabledName} in the ${prettyEnvironmentName} environment.${
265
+ isEnabled ? " " : " Test events will still trigger this workflow."
266
+ }`
267
: `Connect this workflow to the ${prettyEnvironmentName} environment to enable it.`;
268
269
return (
0 commit comments