From 5855111e328360de1d60a19732d48569a1dce5d5 Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:02:31 +0800 Subject: [PATCH] chore: disable run lint shell when create tag (#280) --- .github/workflows/lint_shell.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint_shell.yml b/.github/workflows/lint_shell.yml index a5558c371..31adb1677 100644 --- a/.github/workflows/lint_shell.yml +++ b/.github/workflows/lint_shell.yml @@ -2,8 +2,6 @@ name: Lint Shell on: push: - tags: - - v* branches: - main paths: @@ -20,7 +18,7 @@ concurrency: cancel-in-progress: true jobs: - shellcheck: + main: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4