Skip to content

Commit

Permalink
Remove action condition
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent 5fe37c4 commit b09d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Use Java
runs-on: ubuntu-latest
# Runs only when commit message startsWith 'Update'
if: startsWith(github.event.head_commit.message, 'Update')
# if: startsWith(github.event.head_commit.message, 'Update')

steps:
- name: Checkout
Expand Down

0 comments on commit b09d8ea

Please sign in to comment.