-
Create the .github/workflows directory to store GitHub Actions workflows, enabling automated processes like testing, building, and deployment within the repository.
-
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.
…
-
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 …
-
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…
-
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…
-
Problem
---
https://github.com/kachick/dotfiles/pull/903#issuecomment-2452158864 and I did painful experience in past. For example https://github.com/kachick/dotfiles/pull/473
ref: https://git…
-
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…
-
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:
…
-
**What type of help do you need?**
* [ ] Question
* [ ] New Repo
* [ ] Delete Repo
* [X] User Membership (please make sure new members are familiar with the [CDC open practices](https://github.c…
-
Implement Continuous Integration and Continuous Deployment (CI/CD) workflows for automating tasks on GitHub. This will streamline the development process by automating testing, builds, and deployments…