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] Specify repository and ref explicitly on checkout #279

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

mlohvynenko
Copy link
Member

For pull requests originating from forked repositories, the main repository is used, and CI is triggered
on the intended target branch.
This update introduces the specification of the repository and ref in the GitHub Actions workflow, ensuring that CI is triggered on the correct branch.
There is no impact on builds from the main repository.

For pull requests originating from forked repositories,
the main repository is used, and CI is triggered
on the intended target branch.
This update introduces the specification of the repository
and ref in the GitHub Actions workflow, ensuring that
CI is triggered on the correct branch.
There is no impact on builds from the main repository.

Signed-off-by: Mykhailo Lohvynenko <Mykhailo_Lohvynenko@epam.com>
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.72%. Comparing base (08fc3e5) to head (9e49dcb).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #279   +/-   ##
========================================
  Coverage    83.72%   83.72%           
========================================
  Files          157      157           
  Lines        14041    14041           
  Branches      1739     1739           
========================================
  Hits         11756    11756           
  Misses        2285     2285           

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

Copy link

sonarqubecloud bot commented Mar 3, 2025

@mlohvynenko mlohvynenko merged commit 1680062 into aosedge:develop Mar 3, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants