Skip to content

Commit 7dcd716

Browse files
committed
Debug if condition
1 parent 3ddb412 commit 7dcd716

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
# For macOS, Ninja is slower than the default:
2727
#CMAKE_GENERATOR: Ninja
2828
steps:
29+
- name: Debugging
30+
run: echo "SKIP=${{ needs.skip_checks.outputs }}"
2931
- name: Checkout code
3032
uses: actions/checkout@v4
3133
- name: Install Python

.github/workflows/skip_checks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
${{ github.event.pull_request.head.ref }} \
2121
${{ github.event.pull_request.base.ref }} \
2222
${{ github.event.pull_request.head.repo.clone_url }}
23+
- name: Debug
24+
run: echo "env.SKIP_CHECKS=${{ env.SKIP_CHECKS }}"
2325
outputs:
2426
skip: ${{ env.SKIP_CHECKS }}

0 commit comments

Comments
 (0)