diff options
author | morpheus65535 <[email protected]> | 2023-08-15 08:14:34 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2023-08-15 08:14:34 -0400 |
commit | 5c0af10a0bb720187d154c622d95937e908f4ce2 (patch) | |
tree | 0ee79644402dd13a0a7fa33a6307428d47ae0564 | |
parent | 71f17a202440a29fd106d0c314f96772537f9f2b (diff) | |
download | bazarr-5c0af10a0bb720187d154c622d95937e908f4ce2.tar.gz bazarr-5c0af10a0bb720187d154c622d95937e908f4ce2.zip |
no log: revert ci workflow
-rw-r--r-- | .github/workflows/ci.yml | 18 |
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 |