diff --git a/.github/workflows/build-deploy-latest.yml b/.github/workflows/build-deploy-latest.yml index 169bf7b..4eab583 100644 --- a/.github/workflows/build-deploy-latest.yml +++ b/.github/workflows/build-deploy-latest.yml @@ -16,15 +16,15 @@ jobs: artifact-name: "webapp-build" if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - deploy: - needs: [build] - uses: ./.github/workflows/deploy.yml - with: - artifact-name: "webapp-build" - secrets: - swa-api-token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AGREEABLE_DUNE_08FACD403 }} - gh-token: ${{ secrets.GITHUB_TOKEN }} - if: | - (github.event_name == 'push' - || (github.event_name == 'pull_request' && github.event.action != 'closed')) - && github.actor != 'dependabot[bot]' + # deploy: + # needs: [build] + # uses: ./.github/workflows/deploy.yml + # with: + # artifact-name: "webapp-build" + # secrets: + # swa-api-token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AGREEABLE_DUNE_08FACD403 }} + # gh-token: ${{ secrets.GITHUB_TOKEN }} + # if: | + # (github.event_name == 'push' + # || (github.event_name == 'pull_request' && github.event.action != 'closed')) + # && github.actor != 'dependabot[bot]' diff --git a/.github/workflows/build-deploy-stable.yml b/.github/workflows/build-deploy-stable.yml index bd39e78..6be2a4f 100644 --- a/.github/workflows/build-deploy-stable.yml +++ b/.github/workflows/build-deploy-stable.yml @@ -12,15 +12,15 @@ jobs: artifact-name: "webapp-build" if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - deploy: - needs: ["build"] - uses: ./.github/workflows/deploy.yml - with: - artifact-name: "webapp-build" - secrets: - swa-api-token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_GRASS_0945F1903 }} - gh-token: ${{ secrets.GITHUB_TOKEN }} - if: | - (github.event_name == 'push' - || (github.event_name == 'pull_request' && github.event.action != 'closed')) - && github.actor != 'dependabot[bot]' + # deploy: + # needs: ["build"] + # uses: ./.github/workflows/deploy.yml + # with: + # artifact-name: "webapp-build" + # secrets: + # swa-api-token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_GRASS_0945F1903 }} + # gh-token: ${{ secrets.GITHUB_TOKEN }} + # if: | + # (github.event_name == 'push' + # || (github.event_name == 'pull_request' && github.event.action != 'closed')) + # && github.actor != 'dependabot[bot]'