-
Notifications
You must be signed in to change notification settings - Fork 5
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
🔄 synced file(s) with neurobagel/workflows #432
base: main
Are you sure you want to change the base?
Conversation
…emote 'template_workflows/auto_release/build_docker_on_release.yml'
…te 'template_workflows/build_docker_nightly.yml'
Reviewer's Guide by SourceryThis pull request synchronizes the local workflow files with the neurobagel/workflows repository. The changes involve removing the platform specification and CLI help verification from the Docker build workflows, as well as adding a note about a custom workflow version in neurobagel/query-tool. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #432 +/- ##
=======================================
Coverage 98.55% 98.55%
=======================================
Files 18 18
Lines 1109 1109
=======================================
Hits 1093 1093
Misses 16 16 ☔ View full report in Codecov by Sentry. |
synced local file(s) with neurobagel/workflows.
Changed files
.github/workflows/build_docker_on_release.yml
with remotetemplate_workflows/auto_release/build_docker_on_release.yml
.github/workflows/build_docker_nightly.yml
with remotetemplate_workflows/build_docker_nightly.yml
This PR was created automatically by the repo-file-sync-action workflow run #13397263651
Summary by Sourcery
Synchronized the build_docker_nightly and build_docker_on_release workflows with the neurobagel/workflows repository. The workflows no longer specify the platforms to build for, and the build_docker_nightly workflow no longer runs the cli help command to verify the build. A note was added to the build_docker_nightly workflow indicating that a custom version of the workflow is used in neurobagel/query-tool, and that changes to the template must be applied manually to the query-tool repository.
CI: