Skip to content

Commit 743e5f1

Browse files
committed
Change trigger to test
1 parent 233efd6 commit 743e5f1

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push Edge Images
33
on:
44
push:
55
branches:
6-
- master
6+
- feat/897/change-release-pattern
77
workflow_dispatch:
88

99
env:

.github/workflows/deploy.test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
6262
images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/backend:${{ github.event.inputs.image_tag || 'edge' }}
6363

64-
- name: Deploy Frontend to Dev
65-
uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
66-
with:
67-
app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
68-
publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
69-
images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
64+
# - name: Deploy Frontend to Dev
65+
# uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
66+
# with:
67+
# app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
68+
# publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
69+
# images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
7070

7171
- name: Deploy Airflow Webserver to Dev
7272
uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
@@ -94,12 +94,12 @@ jobs:
9494
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
9595
images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/backend:${{ github.event.inputs.image_tag || 'edge' }}
9696

97-
- name: Deploy Frontend to Test
98-
uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
99-
with:
100-
app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
101-
publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
102-
images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
97+
# - name: Deploy Frontend to Test
98+
# uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2
99+
# with:
100+
# app-name: ${{ vars.AZURE_WEBAPP_NEXT_NAME }}
101+
# publish-profile: ${{ secrets.AZURE_WEBAPP_NEXT_PUBLISH_PROFILE }}
102+
# images: ${{ env.registry }}/${{ env.repo-owner }}/${{ env.app-name }}/frontend:${{ github.event.inputs.image_tag || 'edge' }}
103103

104104
- name: Deploy Airflow Webserver to Test
105105
uses: azure/webapps-deploy@2fdd5c3ebb4e540834e86ecc1f6fdcd5539023ee # v3.0.2

0 commit comments

Comments
 (0)