Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Implement CRUD actions for dealing with archived workspaces (#686) #22

Implement CRUD actions for dealing with archived workspaces (#686)

Implement CRUD actions for dealing with archived workspaces (#686) #22

Workflow file for this run

# These set of workflows run on every push to the main branch
name: Run - push_to_main
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
security:
name: Security Checks
uses: ./.github/workflows/security.yml
ci:
name: Build, Test & Lint
uses: ./.github/workflows/ci.yml
openapi:
name: Generate the OpenAPI docs
needs: [ci]
uses: ./.github/workflows/openapi.yml