Remove disabled noop job from workflow

Removed noop job for disabled external download.
This commit is contained in:
Igor
2026-01-05 00:52:12 +01:00
committed by GitHub
parent bb6b938036
commit 4644e4e652

View File

@@ -63,17 +63,8 @@ env:
jobs:
noop:
name: "Disabled - no operation"
runs-on: ubuntu-latest
if: ${{ inputs.ENABLED == false }}
steps:
- name: "External download is disabled"
run: echo "External download workflow is disabled. Skipping all jobs."
perm:
name: "Restore permissions"
needs: noop
runs-on: repository-sync
if: ${{ inputs.ENABLED == true }}
steps: