Skip to content

Commit

Permalink
Merge pull request Backblaze#972 from Backblaze/fix_tqdm_resource_war…
Browse files Browse the repository at this point in the history
…ning

fix resource_tracker warning on OSX
  • Loading branch information
mpnowacki-reef authored Nov 28, 2023
2 parents ed41407 + 80e0a2d commit 1967d20
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run linters
run: nox -vs lint
- name: Validate new changelog entries
if: contains(github.event.pull_request.labels.*.name, '-changelog') == false
if: (contains(github.event.pull_request.labels.*.name, '-changelog') == false) && (github.event.pull_request.base.ref != '')
run: if [ -z "$(git diff --diff-filter=A --name-only origin/${{ github.event.pull_request.base.ref }} changelog.d)" ];
then echo no changelog item added; exit 1; fi

Expand Down
Loading

0 comments on commit 1967d20

Please sign in to comment.