Skip to content

Commit

Permalink
Debug if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 19, 2024
1 parent 3ddb412 commit a088b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# For macOS, Ninja is slower than the default:
#CMAKE_GENERATOR: Ninja
steps:
- name: Debugging
run: echo "SKIP=${{ needs.skip_checks.outputs.skip }}"
- name: Checkout code
uses: actions/checkout@v4
- name: Install Python
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/skip_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
${{ github.event.pull_request.head.ref }} \
${{ github.event.pull_request.base.ref }} \
${{ github.event.pull_request.head.repo.clone_url }}
- name: Debug
run: echo "env.SKIP_CHECKS=${{ env.SKIP_CHECKS }}"
outputs:
skip: ${{ env.SKIP_CHECKS }}

0 comments on commit a088b0b

Please sign in to comment.