Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from inspirehep/DonHaul-patch-1
Browse files Browse the repository at this point in the history
gh actions: fix lint action
  • Loading branch information
DonHaul authored Sep 25, 2024
2 parents ad4b323 + 4978290 commit 9b9d06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-main-backoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.sha }}
test:
needs: lint
uses: ./.github/workflows/test-backoffice.yml
Expand Down

0 comments on commit 9b9d06a

Please sign in to comment.