summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml18
1 files changed, 0 insertions, 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