Skip to content

Commit

Permalink
Fix: Failing NF images GH workflow (#176)
Browse files Browse the repository at this point in the history
* Changing the branch name to `checkout` in the GH workflow and change the trigger to work if the branch is non master
  • Loading branch information
nss10 authored Apr 23, 2024
1 parent 3c80c32 commit e1c9a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get_layer_info_for_nf_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: store/branch_to_track_nf_img_layers

- name: Pull HTTP Response
run: |
Expand Down

0 comments on commit e1c9a2d

Please sign in to comment.