Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 11, 2024
1 parent 013896d commit c41f890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream-tag-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check for changes
id: check-changes
run: |
BASE=$(git merge-base HEAD upstream/master)
# BASE=$(git merge-base HEAD upstream/master)
if [ $(git rev-list --count HEAD..upstream/master) -gt 0 ]; then
echo "::set-output name=changes::true"
else
Expand Down

0 comments on commit c41f890

Please sign in to comment.