Skip to content

Commit

Permalink
commenting out if/else statement for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Feb 6, 2024
1 parent 295584e commit 5f67ef7
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 5f67ef7

Please sign in to comment.