no log: revert ci workflow

This commit is contained in:
morpheus65535 2023-08-15 08:14:34 -04:00
parent 71f17a2024
commit 5c0af10a0b
1 changed files with 0 additions and 18 deletions

View File

@ -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