From 352123794e21898fe2fddd27215885c701bb6974 Mon Sep 17 00:00:00 2001 From: philspokas Date: Tue, 28 Nov 2023 11:21:36 -0800 Subject: [PATCH] some workflow cleanup --- .github/workflows/build-and-deploy-test.yml | 7 ++++--- .github/workflows/build-and-deploy-web-apps.yml | 6 ------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-deploy-test.yml b/.github/workflows/build-and-deploy-test.yml index 7b93b20..27f406f 100644 --- a/.github/workflows/build-and-deploy-test.yml +++ b/.github/workflows/build-and-deploy-test.yml @@ -1,9 +1,10 @@ +# used to validated OIDC name: Deploy Test on: - push: - branches: - - main + # push: + # branches: + # - main workflow_dispatch: permissions: diff --git a/.github/workflows/build-and-deploy-web-apps.yml b/.github/workflows/build-and-deploy-web-apps.yml index c2ba708..d6c5368 100644 --- a/.github/workflows/build-and-deploy-web-apps.yml +++ b/.github/workflows/build-and-deploy-web-apps.yml @@ -17,12 +17,6 @@ jobs: name: Build and Deploy Job steps: - uses: actions/checkout@v3 - - name: 'Login to Azure' - uses: azure/login@v1 - with: - client-id: ${{ secrets.AZURE_CLIENT_ID_CREATED_SP }} - tenant-id: ${{ secrets.AZURE_TENANT_ID }} - subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1