8000 Inconsistent Test Issue · FFY00/github-pages-deploy-action@a6d2d02 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6d2d02

Browse files
committed
Inconsistent Test Issue
1 parent ef72648 commit a6d2d02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/integration-beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: integration-tests-beta
1+
name: integration-tests
8000 22
on:
33
schedule:
4-
- cron: 35 15 * * 0-6
4+
- cron: 30 15 * * 0-6
55
push:
66
branches:
77
- dev
8-
- releases/v3-test
8+
- releases/v3-test-test
99

1010
jobs:
1111
# Deploys using checkout@v1 with an ACCESS_TOKEN.

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: JamesIves/github-pages-deploy-action@releases/v3
9595
with:
9696
SSH: true
97-
BRANCH: gh-pages-beta
97+
BRANCH: gh-pages
9898
FOLDER: integration< 76A9 /span>
9999
BASE_BRANCH: dev
100100
TARGET_FOLDER: montezuma3
@@ -122,7 +122,7 @@ jobs:
122122
uses: JamesIves/github-pages-deploy-action@releases/v3
123123
with:
124124
SSH: true
125-
BRANCH: gh-pages-beta
125+
BRANCH: gh-pages
126126
FOLDER: integration
127127
BASE_BRANCH: dev
128128
TARGET_FOLDER: montezuma4

0 commit comments

Comments
 (0)
0