Skip to content

Commit

Permalink
Merge pull request #649 from mcneel/AndyPayne/R8Bump
Browse files Browse the repository at this point in the history
commenting out if/else statement for testing
  • Loading branch information
andyopayne committed Feb 6, 2024
2 parents b545998 + 5f67ef7 commit 436c132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: build compute
runs-on: ubuntu-latest
needs: [check_workflow, check_src]
if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
#if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 436c132

Please sign in to comment.