목차

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

참조