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

ci: [+] github actions concurrency #181

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

eruizalo
Copy link
Collaborator

@eruizalo eruizalo commented Feb 27, 2022

Description

A concurrency will be added to GitHub actions to avoid multiple jobs to run the same workflow:
https://docs.github.com/es/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
This change will affect:

  • CI -> if two workflows are executing, first will be killed and the last one will run
  • publish -> if two workflows are executing, first will be killed and the last one will run
  • release -> sequential execution.

Related Issue

N/A

Motivation and Context

It is not required, but it will lighten GitHub executions

How Has This Been Tested?

Not tested, just following GitHub docs.

  • This pull request contains appropriate tests?

@eruizalo eruizalo requested a review from a team as a code owner February 27, 2022 23:55
@eruizalo eruizalo self-assigned this Feb 27, 2022
@eruizalo eruizalo added the CI/CD Continuous integration and continuous delivery label Feb 27, 2022
@codecov
Copy link

codecov bot commented Feb 27, 2022

Codecov Report

Merging #181 (bb8ef6c) into main (4ea815c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #181   +/-   ##
=======================================
  Coverage   95.92%   95.92%           
=======================================
  Files          42       42           
  Lines         785      785           
  Branches       10       10           
=======================================
  Hits          753      753           
  Misses         32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ea815c...bb8ef6c. Read the comment docs.

@eruizalo eruizalo merged commit 0216fe2 into hablapps:main Feb 28, 2022
@eruizalo eruizalo deleted the ci/concurrency branch February 28, 2022 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Continuous integration and continuous delivery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants