From 0d43d97f815ede74fc91c7826de120d6543401a8 Mon Sep 17 00:00:00 2001 From: link Date: Wed, 12 Jan 2022 11:02:24 +0800 Subject: [PATCH] Update i18n.yml --- .github/workflows/i18n.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 2c6847f..7fe1a1a 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -10,17 +10,12 @@ on: default: 'false' jobs: - xgo: - strategy: - fail-fast: false - matrix: - go_version: - - 1.17.1 + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: test - run: | - ls \ No newline at end of file + - name: test + run: | + ls \ No newline at end of file