From 27b9c9c99753a2a8729cde6471c62a7ef3555f48 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 14 Jan 2024 14:45:48 +0330 Subject: [PATCH] Fix attempt --- .github/workflows/dev-i.yml | 6 +----- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dev-i.yml b/.github/workflows/dev-i.yml index 1fad9d30..95f01b16 100644 --- a/.github/workflows/dev-i.yml +++ b/.github/workflows/dev-i.yml @@ -3,17 +3,13 @@ on: push: branches: - main - tags: - - 'v*' paths-ignore: - '**.md' - 'docs/**' - '.github/**' - '!.github/workflows/*' - 'appcast.xml' - # pull_request: - # branches: - # - main + concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdd3030e..8ad5700f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true jobs: - build: + build-release: uses: ./.github/workflows/build.yml secrets: inherit permissions: write-all