Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

feat(github): Delete old and redundant workflow from actions #4545

Merged
merged 1 commit into from
Dec 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 0 additions & 12 deletions .github/workflows/infra-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ on:
- develop

jobs:
trigger-old-develop-build:
environment: Development
name: Call Azure Pipeline
runs-on: ubuntu-latest
steps:
- name: Azure Pipelines Action
uses: Azure/pipelines@v1
with:
azure-devops-project-url: https://dev.azure.com/${{ secrets.AZURE_ORGANIZATION_NAME }}/${{ secrets.AZURE_PROJECT_NAME }}
azure-pipeline-name: ${{ secrets.AZURE_PIPELINE_NAME }}
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
trigger-develop-build:
environment: Development
name: Call Azure Pipeline
Expand All @@ -27,4 +16,3 @@ jobs:
azure-devops-project-url: https://dev.azure.com/${{ secrets.VWS_AZURE_ORGANIZATION_NAME }}/${{ secrets.VWS_AZURE_PROJECT_NAME }}
azure-pipeline-name: ${{ secrets.VWS_AZURE_PIPELINE_NAME_DEV }}
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }}

10 changes: 0 additions & 10 deletions .github/workflows/infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ on:
workflow_dispatch:

jobs:
old-build:
name: Call Azure Pipeline
runs-on: ubuntu-latest
steps:
- name: Azure Pipelines Action
uses: Azure/pipelines@v1
with:
azure-devops-project-url: https://dev.azure.com/${{ secrets.AZURE_ORGANIZATION_NAME }}/${{ secrets.AZURE_PROJECT_NAME }}
azure-pipeline-name: ${{ secrets.AZURE_PIPELINE_NAME }}
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
build:
name: Call Azure Pipeline
runs-on: ubuntu-latest
Expand Down