From 5c0af10a0bb720187d154c622d95937e908f4ce2 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Tue, 15 Aug 2023 08:14:34 -0400 Subject: [PATCH] no log: revert ci workflow --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b6408793..3b323a4b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,18 +23,9 @@ jobs: Frontend: runs-on: ubuntu-latest steps: - - name: Get source branch name - uses: haya14busa/action-cond@v1 - id: branch_ref - with: - cond: ${{ github.event_name == 'pull_request' }} - if_true: ${{ github.head_ref }} - if_false: ${{ github.ref_name }} - - name: Checkout repository uses: actions/checkout@v3 with: - ref: ${{ steps.branch_ref.outputs.value }} fetch-depth: 1 - name: Cache node_modules @@ -83,18 +74,9 @@ jobs: needs: Frontend steps: - - name: Get source branch name - uses: haya14busa/action-cond@v1 - id: branch_ref - with: - cond: ${{ github.event_name == 'pull_request' }} - if_true: ${{ github.head_ref }} - if_false: ${{ github.ref_name }} - - name: Checkout repository uses: actions/checkout@v3 with: - ref: ${{ steps.branch_ref.outputs.value }} fetch-depth: 1 - name: Set up Python 3.8