Skip to content

Commit

Permalink
Merge pull request #356 from product-os/kyle/remove-checkout-ref
Browse files Browse the repository at this point in the history
Remove the checkout ref until it can be fixed properly
  • Loading branch information
klutchell authored Dec 2, 2022
2 parents 61deccb + 8b33bee commit 455e97c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ jobs:
fetch-depth: ${{ inputs.checkout_fetch_depth }}
submodules: "recursive"
token: ${{ secrets.FLOWZONE_TOKEN }}
ref: ${{ github.event.pull_request.merge_commit_sha || github.event.head_commit.id }}

- name: Convert balena_slugs to a JSON array
id: balena_slugs
Expand Down Expand Up @@ -703,9 +702,6 @@ jobs:
fetch-depth: 0
submodules: "recursive"
token: ${{ secrets.FLOWZONE_TOKEN }}
# we need the merge commit in the checkout in order to push versioned changes
# otherwise our branch appears to be behind upstream
ref: ${{ github.event.pull_request.merge_commit_sha || github.event.head_commit.id }}

# fail on merge commits (ones with more than one parent)
- name: Reject merge commits
Expand Down

0 comments on commit 455e97c

Please sign in to comment.