Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
CI should run on PR, not main
Signed-off-by: Edwin Yu <[email protected]>
  • Loading branch information
edwinyyyu committed May 23, 2026
commit 3416b20e5fe1de012b984e432affb418f1602997
2 changes: 1 addition & 1 deletion .github/workflows/check-uvlockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v6
with:
ref: main
ref: ${{ github.actor == 'dependabot[bot]' && github.head_ref || github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install uv
Expand Down
Loading