diff --git a/.github/workflows/deploy-js.yml b/.github/workflows/deploy-js.yml index 8f6a5ba..df7c8fd 100644 --- a/.github/workflows/deploy-js.yml +++ b/.github/workflows/deploy-js.yml @@ -16,11 +16,9 @@ permissions: pages: write id-token: write -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: group: "pages" - cancel-in-progress: false + cancel-in-progress: true jobs: build: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 49b050a..6de2830 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -10,6 +10,10 @@ env: JAVA_DISTRIBUTION: zulu JAVA_VERSION: 21 +concurrency: + group: "testing" + cancel-in-progress: false + jobs: build: diff --git a/README.md b/README.md index 45dc098..e5d1cd4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # KorGE Snake +Showcase how to create a simple tile-based Snake Game in KorGE.