Skip to content

Commit

Permalink
Updated Workflow Names & Linting (#81)
Browse files Browse the repository at this point in the history
* Updated Workflow Names & Linting

* diabling compute because of service error

* enabling cluster deployment again
  • Loading branch information
marvinbuss authored Sep 6, 2021
1 parent 9c4b63b commit 70ba74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ado/workflows/dataProductDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ stages:
displayName: "Deployment of IaC templates"
dependsOn: Validation
# condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))

jobs:
- job: Deployment
displayName: "Deployment of IaC templates"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dataProductDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ jobs:
az logout
deployment:
name: "Deployment of IaC templates"
needs: [validation]
runs-on: ubuntu-latest
if: github.event_name == 'push'
continue-on-error: false

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 70ba74a

Please sign in to comment.