Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/required-hmg-public-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
public-quality:
if: github.repository == 'HMG-AI/HMG-public'
name: hmg-public-quality
uses: HMG-AI/.github/.github/workflows/reusable-hmg-public-quality.yml@733de638e837e80cf5f2ea7672488721c2c606ad
uses: HMG-AI/.github/.github/workflows/reusable-hmg-public-quality.yml@a79489d3439cf0bc4a56f3c70a3fbebcca8c7ebf
with:
base_sha: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha }}
head_sha: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
Expand Down