Skip to content

Commit

Permalink
some workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
philspokas committed Nov 28, 2023
1 parent 23b281d commit 3521237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# used to validated OIDC
name: Deploy Test

on:
push:
branches:
- main
# push:
# branches:
# - main
workflow_dispatch:

permissions:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-and-deploy-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3521237

Please sign in to comment.