From f8a40af36abf9bf348802959dea961437749f8bb Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 5 Aug 2023 20:52:57 +0200 Subject: [PATCH] renamed other flows --- .github/workflows/{cd_dev.yml => build_apk.yml} | 10 ++-------- .github/workflows/create_release.yml | 3 ++- .github/workflows/{ci.yml => pr_check.yml} | 0 3 files changed, 4 insertions(+), 9 deletions(-) rename .github/workflows/{cd_dev.yml => build_apk.yml} (91%) rename .github/workflows/{ci.yml => pr_check.yml} (100%) diff --git a/.github/workflows/cd_dev.yml b/.github/workflows/build_apk.yml similarity index 91% rename from .github/workflows/cd_dev.yml rename to .github/workflows/build_apk.yml index e0e6a25..c972954 100644 --- a/.github/workflows/cd_dev.yml +++ b/.github/workflows/build_apk.yml @@ -19,17 +19,11 @@ on: jobs: build: + name: Build .apk runs-on: macos-11 - timeout-minutes: 30 + timeout-minutes: 15 steps: - # - uses: shaunco/ssh-agent@git-repo-mapping - # with: - # ssh-private-key: | - # ${{ secrets.M3_LIGHTMETER_IAP_KEY }} - # repo-mappings: | - # github.com/vodemn/m3_lightmeter_iap - - uses: actions/checkout@v3 with: submodules: recursive diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 30e48f4..6fe5d77 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -22,7 +22,8 @@ jobs: build: name: Build .apk & .aab runs-on: macos-11 - timeout-minutes: 30 + timeout-minutes: 15 + steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/pr_check.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/pr_check.yml