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 c41f890 commit 11ee250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/upstream-tag-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Check for changes
id: check-changes
run: |
# 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 11ee250

Please sign in to comment.