Skip to content

Merge branch 'main' into fix/CLOUD-28090/headings-and-colors #132

Merge branch 'main' into fix/CLOUD-28090/headings-and-colors

Merge branch 'main' into fix/CLOUD-28090/headings-and-colors #132

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: 🧪 Tests
on:
workflow_call:
push:
# Run this only on branches that are not main
branches-ignore:
- main
jobs:
tests:
uses: ./.github/workflows/_tests.yml
secrets: inherit