문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
git:github:actions [2022/01/04 10:24] kwon37xi |
git:github:actions [2025/04/08 11:22] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Github Actions ====== | ====== Github Actions ====== | ||
| + | * [[https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| ===== AWS ssm send command ===== | ===== AWS ssm send command ===== | ||
| * [[https:// | * [[https:// | ||
| + | ===== PR 에 변경사항이 생기면 기존 action 취소시키고 다시 실행 ===== | ||
| + | <code yml> | ||
| + | concurrency: | ||
| + | group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
| + | cancel-in-progress: | ||
| + | </ | ||
| + | * [[https:// | ||
| + | * node 의 관련 설정 PR : https:// | ||
| + | |||
| + | ===== Gradle & Github Actions ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Linux & multi architecture ===== | ||
| + | * https:// | ||
| ===== 참조 ===== | ===== 참조 ===== | ||
| 줄 13: | 줄 30: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||