Skip to content

refactor: App insights card title html fixes, as nested divs inside p… #917

refactor: App insights card title html fixes, as nested divs inside p…

refactor: App insights card title html fixes, as nested divs inside p… #917

Workflow file for this run

# name: 🛡 Protect
# on:
# pull_request:
# branches:
# - main
# jobs:
# protect:
# name: 🥽 Protect
# runs-on: ubuntu-latest
# steps:
# - name: 👀 IsStage?
# run: |
# if [[ "${{ github.head_ref }}" != "stage" ]]; then
# echo "You must merge to main through stage"
# exit 1
# fi