Skip to content

Commit 58ed62b

Browse files
committed
just use main directly
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 93a1eeb commit 58ed62b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/bionemo-recipes.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,11 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- name: Get main branch latest commit
31-
id: main-commit
32-
run: |
33-
echo "main_commit=$(git rev-parse main)" >> $GITHUB_OUTPUT
34-
3530
- name: Get changed files
3631
id: changed-files
3732
uses: step-security/changed-files@v46
3833
with:
39-
base_sha: ${{ steps.main-commit.outputs.main_commit }}
34+
base_sha: main
4035

4136
- name: List all changed files
4237
env:

0 commit comments

Comments
 (0)