You've already forked cache-uboot
mirror of
https://github.com/armbian/cache-uboot.git
synced 2026-01-06 10:38:24 -08:00
Update generate.yml
This commit is contained in:
5
.github/workflows/generate.yml
vendored
5
.github/workflows/generate.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
|
||||
Legacy:
|
||||
|
||||
needs: Cancel
|
||||
if: ${{ success() && github.repository_owner == 'Armbian' }}
|
||||
uses: ./.github/workflows/include.yml
|
||||
|
||||
@@ -33,6 +34,7 @@ jobs:
|
||||
|
||||
Current:
|
||||
|
||||
needs: Cancel
|
||||
if: ${{ success() && github.repository_owner == 'Armbian' }}
|
||||
uses: ./.github/workflows/include.yml
|
||||
|
||||
@@ -42,7 +44,8 @@ jobs:
|
||||
include: 'grep current | '
|
||||
|
||||
Edge:
|
||||
|
||||
|
||||
needs: Cancel
|
||||
if: ${{ success() && github.repository_owner == 'Armbian' }}
|
||||
uses: ./.github/workflows/include.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user