Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

fix CI issues #406

Merged
merged 4 commits into from
Nov 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
release:
types: [published]
workflow_dispatch:

env:
PACKAGE_NAME: trento
Expand Down Expand Up @@ -163,6 +164,7 @@ jobs:
needs: [ build-and-push-container-images, release-rolling ]
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
environment: AZURE_DEMO
concurrency: deployment
env:
TRENTO_SERVER_HOST: ${{ secrets.TRENTO_SERVER_HOST }}
TRENTO_USER: ${{ secrets.TRENTO_USER }}
Expand All @@ -185,6 +187,7 @@ jobs:
needs: [ deploy-server ]
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
environment: AZURE_DEMO
concurrency: deployment
env:
stefanotorresi marked this conversation as resolved.
Show resolved Hide resolved
TRENTO_AGENT_HOSTS: ${{ secrets.TRENTO_AGENT_HOSTS }}
TRENTO_USER: ${{ secrets.TRENTO_USER }}
Expand Down