Skip to content
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

add workflow triggers for merge queues #1628

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Conversation

sainak
Copy link
Member

@sainak sainak commented Sep 19, 2023

ref: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#configuring-continuous-integration-ci-workflows-for-merge-queues

I created a separate test workflow for merge queue as the current one will cause issues due to same ref concurrency

closes #1627

Merge Checklist

  • Tests added/fixed
  • Update docs in /docs
  • Linting Complete
  • Any other necessary step

Only PR's with test cases included and passing lint and test pipelines will be reviewed

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e2cab0d) 59.08% compared to head (3be5aa3) 59.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1628   +/-   ##
=======================================
  Coverage   59.08%   59.08%           
=======================================
  Files         205      205           
  Lines       11145    11145           
  Branches     1587     1587           
=======================================
  Hits         6585     6585           
  Misses       4360     4360           
  Partials      200      200           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vigneshhari vigneshhari merged commit e45f08e into master Sep 21, 2023
8 checks passed
@vigneshhari vigneshhari deleted the sainak/feat/merge-queue branch September 21, 2023 04:23
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.

Add workflow triggers for merge queues
3 participants