Skip to content

Commit

Permalink
Update quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leducp authored Oct 31, 2024
1 parent 32b6ec0 commit 988ef5d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ on:
jobs:
quality:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
#if: >
# github.event.workflow_run.event == 'pull_request' &&
# github.event.workflow_run.conclusion == 'success'
steps:
- name: 'Download artifact'
uses: actions/download-artifact@v4
with:
path: build/coverage_xml.xml
pattern: coverage
github-token: ${{ secrets.GH_PAT }}
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}

- name: coverage
Expand Down

0 comments on commit 988ef5d

Please sign in to comment.