You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Remove disabled noop job from workflow
Removed noop job for disabled external download.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user