revert docker dependency cache

This commit is contained in:
Denis Angell
2025-03-29 02:15:13 +01:00
parent cab4d63a07
commit a8e9448b1a
7 changed files with 120 additions and 122 deletions

View File

@@ -3,12 +3,8 @@ name: Release - SH Runner
on:
push:
branches: ["dev", "candidate", "release"]
workflow_dispatch:
inputs:
reason:
description: 'Release Build'
required: false
default: 'Manual PR testing'
pull_request:
branches: ["dev", "candidate", "release"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -19,7 +15,6 @@ env:
jobs:
checkout:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: [self-hosted, vanity]
outputs:
checkout_path: ${{ steps.vars.outputs.checkout_path }}