Skip to content

Commit

Permalink
Try to trigger metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and oxkitsune committed Mar 20, 2024
1 parent 78cac86 commit 1ff1d57
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ permissions:
contents: read
jobs:
run-integration-tests:
runs-on: ubuntu-22.04
if: github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
# XXX: Configure permissions.
strategy:
matrix:
integration-test: ["checkstyle", "metrics"]
integration-test: [ "metrics", "checkstyle" ]
name: On-demand integration test
if: |
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
runs-on: ubuntu-22.04

steps:
- name: Install Harden-Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down

0 comments on commit 1ff1d57

Please sign in to comment.