Skip to content

chore(CI): clean up gha and unused files (#822) #1

chore(CI): clean up gha and unused files (#822)

chore(CI): clean up gha and unused files (#822) #1

Workflow file for this run

name: Push Checks
on:
push:
branches: master
jobs:
call-integration-tests:
name: Run Integration Tests
uses: ./.github/workflows/ci_integration.yml
call-static-analysis:
name: Run Static Analysis
uses: ./.github/workflows/ci_static-analysis.yaml
call-tests:
name: Run Tests
uses: ./.github/workflows/ci_tests.yaml