Skip to content

Commit 63e1a3f

Browse files
committed
Remove references to testing branch so we can merge
1 parent 2e712a2 commit 63e1a3f

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.github/workflows/auto-testing-builds.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ env:
1111
# Defines the jobs that will be executed as part of this workflow.
1212
jobs:
1313
create-testing-build:
14-
# We are using @feature/394-modular-workflows just for testing
15-
uses: awesomemotive/Botiga/.github/workflows/build.yml@feature/394-modular-workflows
14+
uses: awesomemotive/Botiga/.github/workflows/build.yml
1615

1716
upload-testing-build:
1817
name: Prepare and upload builds in hub.wpforms.com/builds
19-
# Specifies the runner environment for the job. In this case, it\'s Ubuntu 22.04.
2018
runs-on: self-hosted
2119
needs: create-testing-build
2220
if: "!contains(github.event.head_commit.message, 'ci skip')"

.github/workflows/demos-network-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99

1010
jobs:
1111
create-project-build:
12-
# We are using @feature/394-modular-workflows just for testing
13-
uses: awesomemotive/Botiga/.github/workflows/build.yml@feature/394-modular-workflows
12+
uses: awesomemotive/Botiga/.github/workflows/build.yml
1413

1514
deploy:
1615
runs-on: self-hosted

.github/workflows/production-theme.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99

1010
jobs:
1111
create-project-build:
12-
# We are using @feature/394-modular-workflows just for testing
13-
uses: awesomemotive/Botiga/.github/workflows/build.yml@feature/394-modular-workflows
12+
uses: awesomemotive/Botiga/.github/workflows/build.yml
1413

1514
build-theme-zip-asset:
1615
runs-on: self-hosted

.github/workflows/qa-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ env:
99

1010
jobs:
1111
build:
12-
# We are using @feature/394-modular-workflows just for testing
13-
uses: awesomemotive/Botiga/.github/workflows/build.yml@feature/394-modular-workflows
12+
uses: awesomemotive/Botiga/.github/workflows/build.yml
1413

1514
QA-wpfcio-deployment:
1615
runs-on: self-hosted

0 commit comments

Comments
 (0)