Fix aa build

This commit is contained in:
cytopia
2022-03-25 13:26:03 +01:00
parent 1cab69c0ab
commit f7699f9c84

View File

@@ -34,7 +34,7 @@ jobs:
# (2/2) Build 'base'
base:
needs: [params, configure]
uses: ./.github/workflows/zzz-reuse-build.yml
uses: ./.github/workflows/aaa-reuse-build.yml
with:
enabled: true
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
@@ -49,7 +49,7 @@ jobs:
# (2/2) Build 'mods'
mods:
needs: [params, configure, base]
uses: ./.github/workflows/zzz-reuse-build.yml
uses: ./.github/workflows/aaa-reuse-build.yml
with:
enabled: true
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
@@ -64,7 +64,7 @@ jobs:
# (2/2) Build 'mods'
prod:
needs: [params, configure, base, mods]
uses: ./.github/workflows/zzz-reuse-build.yml
uses: ./.github/workflows/aaa-reuse-build.yml
with:
enabled: true
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
@@ -80,7 +80,7 @@ jobs:
# (2/2) Build 'mods'
work:
needs: [params, configure, base, mods, prod]
uses: ./.github/workflows/zzz-reuse-build.yml
uses: ./.github/workflows/aaa-reuse-build.yml
with:
enabled: true
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}