-
Notifications
You must be signed in to change notification settings - Fork 681
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 PR trigger for package workflow #1302
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1302 +/- ##
==========================================
- Coverage 82.38% 82.38% -0.01%
==========================================
Files 163 163
Lines 20932 20932
Branches 7898 7898
==========================================
- Hits 17245 17244 -1
- Misses 3017 3021 +4
+ Partials 670 667 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
First time see this.. It would be helpful if you could add some explanation and comments. |
@clementperon @seladb Do you have any idea why freebsd fails? I'm not sure I catch up with latest FreeBSD PRs |
@egecetin During the update to freebsd-vm@v1 we should have update the runs-on: macos-12 to runs-on: ubuntu-latest |
If the package workflow is modified in a PR, workflow should run for testing. With this PR, if the package.yml modified, packaging workflow triggered without uploading the artifacts.