Skip to content

Commit 09217b6

Browse files
committed
Fix yaml warning on release.yaml.
1 parent b046f2e commit 09217b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release CSI-Powerflex
22
# Invocable as a reusable workflow
33
# Can be manually triggered
4-
on: # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
55
workflow_call:
66
workflow_dispatch:
77
inputs:

0 commit comments

Comments
 (0)