sscheib / ansible-role-file_deployment

Very simple role to deploy files
GNU General Public License v2.0
0 stars 4 forks source link

ci: Run workflows only when relevant and add concurrency #358

Closed sscheib closed 2 months ago

sscheib commented 2 months ago

Run the workflows only when they really need to run. E.g. markdownlint should only run when *.md files are changed or the workflow file for markdownlint has been changed.

Additionally, adding concurrency to avoid multiple runs of the same workflow on the same commit. This does not apply to all jobs, e.g. release.yml is excempt from that.

SUMMARY
ISSUE TYPE
ADDITIONAL INFORMATION
github-actions[bot] commented 2 months ago

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

sscheib commented 4 weeks ago

:tada: This PR is included in version 1.4.7 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: