Skip to content

Commit 0bacfc5

Browse files
committed
fixup! add needs
1 parent 446b675 commit 0bacfc5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ jobs:
5050
run: |
5151
echo "${{ toJSON(steps.filter) }}"
5252
echo "DOCS_ONLY=${{ steps.filter.outputs.docs_count == steps.filter.outputs.all_count }} >> $GITHUB_ENV"
53+
54+
show-changes:
55+
needs: changes
56+
runs-on: ubuntu-latest
57+
steps:
58+
- id: log
59+
run: |
60+
echo "${{ toJSON(changesj) }}"
61+
5362
style-lint-golangci:
5463
name: style/lint/golangci
5564
timeout-minutes: 5

0 commit comments

Comments
 (0)