mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
build: don't auto update staging
This commit is contained in:
@@ -147,7 +147,7 @@ jobs:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: [skip-if-clean, docker-build]
|
needs: [skip-if-clean, docker-build]
|
||||||
if: ${{ needs.skip-if-clean.outputs.internal == 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/prod') }}
|
if: ${{ needs.skip-if-clean.outputs.internal == 'true' && github.ref == 'refs/heads/prod' }}
|
||||||
uses: SparkUniverse/workflows/.github/workflows/argo-update.yaml@main
|
uses: SparkUniverse/workflows/.github/workflows/argo-update.yaml@main
|
||||||
secrets:
|
secrets:
|
||||||
ARGOCD_DEPLOY_KEY: ${{ secrets.ARGOCD_DEPLOY_KEY }}
|
ARGOCD_DEPLOY_KEY: ${{ secrets.ARGOCD_DEPLOY_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user