Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

[CI] Simplify merge queue workflow #128

Merged
merged 2 commits into from
Oct 31, 2023
Merged

[CI] Simplify merge queue workflow #128

merged 2 commits into from
Oct 31, 2023

Conversation

igiloh-pinecone
Copy link
Contributor

Problem

The merge_queue CI workflow was a duplication of the PR workflow, but with additional system and E2E tests.

Solution

Instead of a separate duplicated workflow, I merged into a single workflow and added if: github.event_name == 'merge_group' to the system and E2E test steps.

Type of Change

  • Infrastructure change (CI configs, etc)

Instead of a separate workflow which causedduplication, I merged into a single workflow with specific steps having "if:" clause to them
@igiloh-pinecone igiloh-pinecone added this pull request to the merge queue Oct 31, 2023
Merged via the queue into dev with commit d58b238 Oct 31, 2023
10 checks passed
@igiloh-pinecone igiloh-pinecone deleted the merge_queue branch October 31, 2023 13:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants