-
Add workflow to aid in release process.
-
Create the .github/workflows directory to store GitHub Actions workflows, enabling automated processes like testing, building, and deployment within the repository.
-
**Summary**
I would like to add unit tests for Github workflows for `openhands-resolver`.
**Motivation**
The workflow definitions are the entry points for `openhands-resolver`, making it the larg…
-
Seems like there is an issue with Github Action Runners.
all our different actions looks 'wierd'.
The job output seems collapsed into a single Text output and seems ilke the job are never ends.
…
-
There are a couple of GitHub Actions I want to add to NeMo Curator:
- [x] GPU CI (already have https://github.com/NVIDIA/NeMo-Curator/pull/253 open for this)
- [ ] Auto label PRs with the `gpuci` lab…
-
-
The github actions continually fail for various reasons, mainly github secrets related. The failures are not related to Apps failing to deploy or calculate the correct values. I'd like to disable the …
-
While setting up a workflow based on this one in one of my repos, I found out that github does not run workflows in response to any actions performed inside another workflow with the built-in GITHUB_T…
-
Workflows we need:
on merge to devel (or) other Branch:
- lint
- unit tests
- Test Build
on merge to main:
- all the above and:
- docker ct integration test (use private repo)
on release:
…
-
Now github workflows build.yaml only builds on ubuntu, but to make it cross platform, we need to check Windows and MacOS compatibility. Because of we used docker and make, it shouldn't be much complic…