Skip to content

Commit 420d6f2

Browse files
Minor update to comments
1 parent 7cad07a commit 420d6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_controller.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- name: No relevant changes
4444
run: echo "✅ Docs-only change, skipping tests."
4545

46-
# Call Ubuntu reusable workflow
46+
# Call Ubuntu testing workflow
4747
test-ubuntu:
4848
needs: check_for_changes
4949
if: ${{ needs.check_for_changes.outputs.run_full_tests == 'true' }}
5050
uses: ./.github/workflows/test_ubuntu.yml
5151

52-
# Call macOS reusable workflow
52+
# Call macOS testing workflow
5353
test-macos:
5454
needs: check_for_changes
5555
if: ${{ needs.check_for_changes.outputs.run_full_tests == 'true' }}

0 commit comments

Comments
 (0)