Skip to content

Commit 484d498

Browse files
committed
if: always() does not need quotes
1 parent d32b6ee commit 484d498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
494494
report-results:
495495
name: CI
496-
if: 'always()'
496+
if: always()
497497
needs:
498498
- action-lint
499499
- bazel-lint

0 commit comments

Comments
 (0)