Skip to content

Commit

Permalink
Fix test LT step condition
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Feb 9, 2024
1 parent 889aa10 commit 9c9b7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Test LT
working-directory: ${{ env.LT_HOME }}
if: >
(contains(github.event.head_commit.message, '[skip lt test]') == false) ||
(contains(github.event.pull_request.head.commit.message, '[skip lt test]') == false) &&
(contains(github.event.pull_request.labels.*.name, 'skip_lt_test') == false)
run: |
mvn clean install -DskipTests
Expand Down

0 comments on commit 9c9b7ea

Please sign in to comment.