Skip to content

CI: Unify execution conditions of test workflows #980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

jarzec
Copy link
Contributor

@jarzec jarzec commented Feb 16, 2024

Unifies the execution conditions of the two testing workflows:

  • .github/workflows/build-cppfront.yaml
  • .github/workflows/regression-tests.yml

Adds exclusion of the docs branch instead of limiting the tests to the main branch only.
Adds the workflow_dispatch event for the .github/workflows/build-cppfront.yaml (already active in .github/workflows/build-cppfront.yaml). This allows manual execution of the workflow through the GitHub interface as soon as the workflow definition is included in the main branch.

After the proposed change both testing workflows will execute automatically on development branches used e.g. for preparing PRs.

This change is another follow-up of #975.

@hsutter hsutter merged commit e547d1f into hsutter:main Feb 16, 2024
@hsutter
Copy link
Owner

hsutter commented Feb 16, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants