Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfer authored Jul 31, 2024
1 parent 9c4ad16 commit ace3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
build_number: ${{ steps.build_number.outputs.number }}
code_changed: ${{ steps.changes.outputs.code == 'true' }}
code_changed: ${{ true || steps.changes.outputs.code == 'true' }}
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit ace3fbc

Please sign in to comment.