-
Currently, we have some expensive CI checks, eg. docker.
I want to add a dynamic run workflow like [OpenDAL](https://github.com/apache/opendal/blob/main/.github/scripts/test_behavior/plan.py).
…
-
Currently, a reusable workflow executes all jobs multiple times during various events in the PR lifecycle:
- PR created: All sub-workflows are executed.
- PR label added: All sub-workflows are re-exe…
rswrz updated
23 hours ago
-
Enhance current CI testing flow by deleting the older backup before restoring the newer one, as a way to test our linking funcationality.
-
I believe this is what our GitHub Actions CI workflow should eventually look like:
```yaml
name: Update data
on:
pull_request:
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-…
-
CI/CD 중 CI를 세팅하기 위해 github action을 활용한다.
## Reference
* https://en.wikipedia.org/wiki/Continuous_integration
* https://github.com/mikonu/fastcampus-project-board/actions/new?category=none&query=grad…
-
If you're looking into building a github actions based engine CI, I have a repo here that might or might not be helpful: https://github.com/ardera/flutter-ci
I have that because linux armv7 is not …
-
-
I thought having a proper issue for this might be better than to keep annoying Sim in discord.
I took a look at building up a proper testing toolchain, and from what I see, there a couple of potent…
-
-
### Is your feature request related to a problem?
When using vercel-env-push@0.4.0 in CI, the example says to
```yaml
- name: Push environment variables from GitHub Actions
run: pnpm vercel-env-…