mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-22 06:48:45 +00:00
no log: revert ci workflow
This commit is contained in:
parent
71f17a2024
commit
5c0af10a0b
1 changed files with 0 additions and 18 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue