ls1intum / Hephaestus

Hephaestus - A Generative AI Mentor for Agile Software Development
MIT License
8 stars 1 forks source link

Workflow: Exclude OpenAPI folder from Webapp QA workflow #73

Closed GODrums closed 2 months ago

GODrums commented 2 months ago

Motivation

We want to avoid unnecessary workflow executions by limiting its trigger conditions.

Description

This PR excludes the OpenAPI auto-generated folder from the trigger conditions for the workflow. In cases where changes in the application server require a OpenAPI Spec re-generation, this workflow should not be needed.

Both ESLint and Prettier are configured to ignore the openapi folder, so a workflow execution is redundant and should be guaranteed to not provide any new results.

Checklist

General