From 494be0e49488fe2c683a9bf689331ab960903f8a Mon Sep 17 00:00:00 2001 From: Juser0 Date: Sun, 10 Sep 2023 23:51:50 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20workflow=20=EB=AC=B8=EB=B2=95=EC=97=90?= =?UTF-8?q?=20=EB=A7=9E=EA=B2=8C=20=EC=88=98=EC=A0=95=20-=20#56?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle-ci.yml | 4 ++-- .github/workflows/gradle-cicd.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 6ad8acd..62da4b9 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -1,4 +1,4 @@ -name: Gradle CI & CD +name: Gradle CI on: push: @@ -9,7 +9,7 @@ permissions: contents: read jobs: - Build and Deploy: + Build: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/gradle-cicd.yml b/.github/workflows/gradle-cicd.yml index 1c0b103..5940f5f 100644 --- a/.github/workflows/gradle-cicd.yml +++ b/.github/workflows/gradle-cicd.yml @@ -9,7 +9,7 @@ permissions: contents: read jobs: - Build and Deploy: + Build-Deploy: runs-on: ubuntu-latest steps: