Update test2.yml

This commit is contained in:
Igor Pečovnik
2023-02-19 12:36:20 +01:00
committed by GitHub
parent 8636a24d39
commit bed5171e9d

View File

@@ -74,3 +74,32 @@ jobs:
secrets:
token: ${{ secrets.CR_PAT }}
GUI4:
if: ${{ success() && github.repository_owner == 'Armbian' }}
uses: armbian/scripts/.github/workflows/armbian-framework-rootfs-cache-v2.yml@master
with:
minimal: 'no'
desktop: 'yes'
variant: '3dsupport browsers chat desktop_tools editors email internet multimedia office programming remote_desktop'
secrets:
token: ${{ secrets.CR_PAT }}
GUI5:
if: ${{ success() && github.repository_owner == 'Armbian' }}
uses: armbian/scripts/.github/workflows/armbian-framework-rootfs-cache-v2.yml@master
with:
minimal: 'no'
desktop: 'yes'
variant: 'browsers chat desktop_tools editors email internet multimedia office programming remote_desktop'
secrets:
token: ${{ secrets.CR_PAT }}