Skip to content

Commit 8166647

Browse files
committed
Update integration-beta.yml
1 parent c72d739 commit 8166647

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/integration-beta.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- dev
8-
- releases/v3
98
- releases/v3-test
109

1110
jobs:
@@ -74,7 +73,7 @@ jobs:
7473
BASE_BRANCH: dev
7574
TARGET_FOLDER: montezuma2
7675

77-
# Deploys using an SSH key
76+
# Deploys using an SSH key.
7877
integration-ssh:
7978
needs: integration-container
8079
runs-on: ubuntu-latest
@@ -126,7 +125,7 @@ jobs:
126125
BASE_BRANCH: dev
127126
TARGET_FOLDER: montezuma4
128127

129-
# Deploys using the CLEAN and SINGLE_COMMIT option.
128+
# Deploys using the CLEAN option with SINGLE_COMMIT toggled.
130129
integration-clean:
131130
needs: [integration-checkout-v1, integration-checkout-v2, integration-container, integration-ssh, integration-env]
132131
runs-on: ubuntu-latest
@@ -146,7 +145,7 @@ jobs:
146145
CLEAN: true
147146
SINGLE_COMMIT: true
148147

149-
# Deploys to a branch that doesn't exist with SINGLE_COMMIT toggled.
148+
# Deploys to a branch that doesn't exist with SINGLE_COMMIT.
150149
integration-branch-creation:
151150
runs-on: ubuntu-latest
152151
steps:
@@ -159,7 +158,7 @@ jobs:
159158
uses: JamesIves/github-pages-deploy-action@releases/v3-test
160159
with:
161160
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
162-
BRANCH: integration-test-delete-test
161+
BRANCH: integration-test-delete-beta
163162
FOLDER: integration
164163
BASE_BRANCH: dev
165164
CLEAN: true
@@ -169,4 +168,4 @@ jobs:
169168
uses: dawidd6/action-delete-branch@v2.0.1
170169
with:
171170
github_token: ${{ secrets.GITHUB_TOKEN }}
172-
branches: integration-test-delete-test
171+
branches: integration-test-delete-beta

0 commit comments

Comments
 (0)