Skip to content
Open
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/samcli-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Checkout finch-daemon
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
ref: ${{ github.head_ref }}
ref: ${{ github.head_ref || 'main' }}
Copy link
Contributor

@Swapnanil-Gupta Swapnanil-Gupta Oct 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it okay to not add the same to samcli-vm.yaml? Also won't this suffer from the same "PR from a fork" issue?

Edit - Correct me if I'm wrong but I think ref can just be main for samcli-vm.yaml since it doesn't run on PRs.

fetch-depth: 0
persist-credentials: false
submodules: recursive
Expand Down
Loading