feat: add env to disable metrics operation when it is disabled #323
This file contains 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: Continuous Integration (PR) | |
on: | |
pull_request: | |
# run CI on pull requests to main or a release branch | |
branches: | |
- main | |
- 'releases/**' | |
# run default ci checks against current PR | |
jobs: | |
default: | |
uses: ./.github/workflows/ci-default.yml | |
e2e-tests: | |
uses: ./.github/workflows/ci-e2e-tests.yml | |
e2e-no-metrics-tests: | |
uses: ./.github/workflows/ci-e2e-no-metrics-tests.yml |