Skip to content

Commit 962579d

Browse files
committed
test workflow
1 parent b211876 commit 962579d

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

.github/workflows/nonprod.yaml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
1+
name: Nonprod Deployment
2+
13
on:
2-
pull_request:
3-
types:
4-
- opened
5-
- synchronize
6-
- reopened
7-
branches:
8-
- master
94
push:
105
branches:
11-
- master
6+
- patch-test-workflows
127

138
jobs:
14-
pipeline:
9+
CallTestAndBuild:
1510
uses: ./.github/workflows/pipeline.yaml
1611
with:
17-
environment: nonprod
18-
19-
secrets:
20-
AWS_DEFAULT_REGION: us-east-1
21-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_DCE_API_ADMIN_NONPROD_ACCESS_KEY_ID }}
22-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_DCE_API_ADMIN_NONPROD_SECRET_ACCESS_KEY }}
12+
environment: nonprod

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ on:
1212
required: false
1313
type: string
1414
default: master
15-
release: # Is default when compared to branch, will override if both present
15+
release:
1616
required: false
1717
type: string
1818
default: none
1919
env:
20-
GO_VERSION: 1.21.6
21-
TERRAFORM_VERSION: 1.7.4
20+
GO_VERSION: 1.21.6
21+
TERRAFORM_VERSION: 1.7.4
2222

2323
jobs:
2424
TestAndBuild:

0 commit comments

Comments
 (0)