Skip to content

Commit 8dc413a

Browse files
committed
fixup! add needs
1 parent 60ef528 commit 8dc413a

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
@@ -54,7 +54,7 @@ jobs:
5454
name: style/lint/golangci
5555
timeout-minutes: 5
5656
needs: changes
57-
if: needs.changes.outputs.docs_only == 'false'
57+
if: needs.changes.outputs.docs_only == false
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)