From 415173dc949bb195015283bac4ebd12f8282f1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 23 Jul 2023 02:10:58 +0800 Subject: [PATCH] add v1 suffix --- .github/workflows/genlocale.yml | 4 ++-- .github/workflows/pull_format.yml | 2 +- .github/workflows/push_format.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/genlocale.yml b/.github/workflows/genlocale.yml index 8b9663b..76ae14b 100644 --- a/.github/workflows/genlocale.yml +++ b/.github/workflows/genlocale.yml @@ -4,8 +4,8 @@ on: branches: - v1 jobs: - golangci: - name: genlocale + genlocale_v1: + name: genlocale_v1 runs-on: ubuntu-latest steps: - name: Check out diff --git a/.github/workflows/pull_format.yml b/.github/workflows/pull_format.yml index bf24990..4aeb00c 100644 --- a/.github/workflows/pull_format.yml +++ b/.github/workflows/pull_format.yml @@ -8,7 +8,7 @@ on: permissions: contents: write jobs: - pull_format: + pull_format_v1: runs-on: ubuntu-latest continue-on-error: true steps: diff --git a/.github/workflows/push_format.yml b/.github/workflows/push_format.yml index 2ace039..434f30c 100644 --- a/.github/workflows/push_format.yml +++ b/.github/workflows/push_format.yml @@ -9,7 +9,7 @@ permissions: contents: write pull-requests: write jobs: - push_format: + push_format_v1: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3