Skip to content

Commit

Permalink
change github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-mattioli committed Jan 31, 2024
1 parent 31eadd9 commit f34fadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
needs:
- code-quality
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' || github.event_name == 'push'
if: github.event_name == 'pull_request'
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
Expand All @@ -79,7 +79,7 @@ jobs:
uses: gavv/pull-request-artifacts@v2
with:
# Commit hash that triggered PR
commit: ${{ github.sha }}
commit: ${{ github.event.pull_request.head.sha }}

# Token for current repo (used to post PR comment)
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f34fadc

Please sign in to comment.