사용자 도구

사이트 도구


git:github:actions

Github Actions

AWS ssm send command

PR 에 변경사항이 생기면 기존 action 취소시키고 다시 실행

concurrency:
  group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
  cancel-in-progress: true

Gradle & Github Actions

Linux & multi architecture

참조

git/github/actions.txt · 마지막으로 수정됨: 2022/09/21 09:41 저자 kwon37xi