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