fix(logger): warn customers when the ALC log level is less verbose than log buffer #4884
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: On PR code update | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
permissions: | |
contents: read | |
jobs: | |
run-unit-tests: | |
uses: ./.github/workflows/reusable-run-linting-check-and-unit-tests.yml |