We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cad07a commit 420d6f2Copy full SHA for 420d6f2
.github/workflows/test_controller.yml
@@ -43,13 +43,13 @@ jobs:
43
- name: No relevant changes
44
run: echo "✅ Docs-only change, skipping tests."
45
46
- # Call Ubuntu reusable workflow
+ # Call Ubuntu testing workflow
47
test-ubuntu:
48
needs: check_for_changes
49
if: ${{ needs.check_for_changes.outputs.run_full_tests == 'true' }}
50
uses: ./.github/workflows/test_ubuntu.yml
51
52
- # Call macOS reusable workflow
+ # Call macOS testing workflow
53
test-macos:
54
55
0 commit comments