Skip to content

Commit

Permalink
temporarily remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Jan 11, 2024
1 parent 02bf482 commit 813340b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
matrix:
integration-test: ["checkstyle-10.12.4", "metrics-v4.2.19"]
name: On-demand integration test
if: |
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
# if: |
# github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand Down

0 comments on commit 813340b

Please sign in to comment.