Skip to content

Add call to Release() after a CObject::Find that was causing poor performance #117

Add call to Release() after a CObject::Find that was causing poor performance

Add call to Release() after a CObject::Find that was causing poor performance #117

Workflow file for this run

name: Changelog
on:
pull_request:
branches: [ master ]
jobs:
scan-for-changelog:
runs-on: ubuntu-latest
steps:
- name: "Looking for changelog update"
uses: brettcannon/check-for-changed-files@v1
with:
file-pattern: "CHANGELOG.md"
skip-label: "No Updates?"
failure-message: "Expected CHANGELOG.md to have an update"