Skip to content

Commit 930d226

Browse files
committed
docs: update mysql-docker-public.yml to clarify exit condition for no changes
1 parent b7ea28d commit 930d226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mysql-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- 'mysql/**'
3737
3838
- name: Exit if no changes
39-
if: steps.changes.outputs.mysql != 'true'
39+
if: steps.changes.outputs.mysql != 'true' # use the output from paths-filter
4040
run: |
4141
echo "No changes in mysql directory, skipping build"
4242
exit 0

0 commit comments

Comments
 (0)