dev-five-git / dev-five-git/braillify

불필요한 GitHub Actions 실행 방지 제안 (Workflow Path 필터링)

Open
#85 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
178
Forks
44
Avg merge
1d 2h
Merged PRs (30d)
21

Description

단순 문서 수정에도 불필요하게 github action이 수행되고 있습니다.
실제 실행된 Action 예시를 보면, 3분 정도 실행됩니다.

이 문제를 해결하기 위해, 워크플로우 파일인 .github/workflows/publish.yml에 paths 필터링을 추가하여..
실제 코드가 포함된 파일이 수정된 경우에만 Actions이 트리거되도록 설정하는 것을 제안합니다.

검토 부탁드립니다. 🙏

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with .github/workflows/publish.yml and compare its current triggers with the example run linked in the issue. Define the paths so documentation-only changes do not start the workflow, while changes to the project code still do; verify both cases with appropriate GitHub Actions events.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.