diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index b183e899..077c1526 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -2,12 +2,6 @@ name: (GitHub Actions) Build Docker Image on: push: - branches: - - main - - development - pull_request: - branches: - - development jobs: build: diff --git a/.github/workflows/build_docker_image_for_railway.yml b/.github/workflows/build_docker_image_for_railway.yml index 1622359a..5c87b212 100644 --- a/.github/workflows/build_docker_image_for_railway.yml +++ b/.github/workflows/build_docker_image_for_railway.yml @@ -2,12 +2,6 @@ name: (GitHub Actions) Build Docker Image for Railway on: push: - branches: - - main - - development - pull_request: - branches: - - development jobs: build: diff --git a/.github/workflows/build_nextjs_and_deploy_to_railway.yml b/.github/workflows/build_nextjs_and_deploy_to_railway.yml index 97d01d4f..440e0754 100644 --- a/.github/workflows/build_nextjs_and_deploy_to_railway.yml +++ b/.github/workflows/build_nextjs_and_deploy_to_railway.yml @@ -5,16 +5,13 @@ on: branches: - main - development - pull_request: - branches: - - development jobs: build: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 357e0044..5c8aacd5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,13 +2,6 @@ name: (GitHub Actions) Cypress on: push: - branches: - - main - - development - pull_request: - branches: - - main - - development jobs: cypress_gss2022_frontend: diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4c6c2666..741218ba 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,12 +2,6 @@ name: (GitHub Actions) Node.js CI on: push: - branches: - - main - - development - pull_request: - branches: - - development workflow_dispatch: jobs: @@ -15,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/components/Departments.tsx b/components/Departments.tsx index d4929713..4e3218e8 100644 --- a/components/Departments.tsx +++ b/components/Departments.tsx @@ -14,7 +14,7 @@ const Departments: NextPage = () => {
- {locale === 'ja' - ? '好きなキャラのコンビ(2人組)に投票する部門です。' - : '好きなキャラのコンビ(2人組)に投票する部門です。'} + {locale === 'ja' ? '???' : '???'}
- -- お一人様 1票 まで -
- ) : ( -- 1 person has up to{' '} - 1 votes -
- )} -- {' '} - - #幻水総選挙2022コンビ部門 - -
-