We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
1 parent 3ddb412 commit 7dcd716Copy full SHA for 7dcd716
.github/workflows/macos.yml
@@ -26,6 +26,8 @@ jobs:
26
# For macOS, Ninja is slower than the default:
27
#CMAKE_GENERATOR: Ninja
28
steps:
29
+ - name: Debugging
30
+ run: echo "SKIP=${{ needs.skip_checks.outputs }}"
31
- name: Checkout code
32
uses: actions/checkout@v4
33
- name: Install Python
.github/workflows/skip_checks.yml
@@ -20,5 +20,7 @@ jobs:
20
${{ github.event.pull_request.head.ref }} \
21
${{ github.event.pull_request.base.ref }} \
22
${{ github.event.pull_request.head.repo.clone_url }}
23
+ - name: Debug
24
+ run: echo "env.SKIP_CHECKS=${{ env.SKIP_CHECKS }}"
25
outputs:
skip: ${{ env.SKIP_CHECKS }}
0 commit comments