diff --git a/.github/workflows/integration-beta.yml b/.github/workflows/integration-beta.yml index a0ebf2f8..28a6b39d 100644 --- a/.github/workflows/integration-beta.yml +++ b/.github/workflows/integration-beta.yml @@ -5,7 +5,6 @@ on: push: branches: - dev - - releases/v3 - releases/v3-test jobs: @@ -74,7 +73,7 @@ jobs: BASE_BRANCH: dev TARGET_FOLDER: montezuma2 - # Deploys using an SSH key + # Deploys using an SSH key. integration-ssh: needs: integration-container runs-on: ubuntu-latest @@ -126,7 +125,7 @@ jobs: BASE_BRANCH: dev TARGET_FOLDER: montezuma4 - # Deploys using the CLEAN and SINGLE_COMMIT option. + # Deploys using the CLEAN option with SINGLE_COMMIT toggled. integration-clean: needs: [integration-checkout-v1, integration-checkout-v2, integration-container, integration-ssh, integration-env] runs-on: ubuntu-latest @@ -146,7 +145,7 @@ jobs: CLEAN: true SINGLE_COMMIT: true - # Deploys to a branch that doesn't exist with SINGLE_COMMIT toggled. + # Deploys to a branch that doesn't exist with SINGLE_COMMIT. integration-branch-creation: runs-on: ubuntu-latest steps: @@ -159,7 +158,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@releases/v3-test with: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - BRANCH: integration-test-delete-test + BRANCH: integration-test-delete-beta FOLDER: integration BASE_BRANCH: dev CLEAN: true @@ -169,4 +168,4 @@ jobs: uses: dawidd6/action-delete-branch@v2.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - branches: integration-test-delete-test \ No newline at end of file + branches: integration-test-delete-beta