File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11
11
# Defines the jobs that will be executed as part of this workflow.
12
12
jobs:
13
13
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
16
15
17
16
upload-testing-build:
18
17
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.
20
18
runs-on: self-hosted
21
19
needs: create-testing-build
22
20
if: "!contains(github.event.head_commit.message, 'ci skip')"
Original file line number Diff line number Diff line change 9
9
10
10
jobs:
11
11
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
14
13
15
14
deploy:
16
15
runs-on: self-hosted
Original file line number Diff line number Diff line change 9
9
10
10
jobs:
11
11
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
14
13
15
14
build-theme-zip-asset:
16
15
runs-on: self-hosted
Original file line number Diff line number Diff line change 9
9
10
10
jobs:
11
11
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
14
13
15
14
QA-wpfcio-deployment:
16
15
runs-on: self-hosted
You can’t perform that action at this time.
0 commit comments