Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Dec 15, 2023
1 parent 074c8b6 commit fb4d103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'release-prep')
runs-on: ubuntu-latest
steps:
# checkout the branch that triggered the workflow
- name: Checkout master (the latest release)
- name: Checkout the branch that triggered the workflow
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${GITHUB_REF##*/} # this only works with branches that don't include /
Expand Down

0 comments on commit fb4d103

Please sign in to comment.