Skip to content

Commit d406a36

Browse files
committed
fixup! add needs
1 parent e9d7fa2 commit d406a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: style/lint/golangci
5353
timeout-minutes: 5
5454
needs: changes
55-
if: needs.changes.outputs.docs_only == 'false'
55+
if: needs.changes.outputs.docs_only == false
5656
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)