Skip to content

HOTFIX - Add code freeze conditional to production deploy in CD pipeline #4634

HOTFIX - Add code freeze conditional to production deploy in CD pipeline

HOTFIX - Add code freeze conditional to production deploy in CD pipeline #4634

Workflow file for this run

name: Running Tests
on:
pull_request:
branches: [main]
jobs:
test:
uses: ./.github/workflows/dev-tests.yml
with:
ref: ${{ github.ref }}
secrets: inherit