Skip to content

Commit bd69a8d

Browse files
revert github workflow changes (#202)
1 parent e24ab24 commit bd69a8d

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ jobs:
104104
# just planning for now for safety and until review
105105
run: |
106106
mkdir -p ./build
107-
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=iams-developer-roles tf-command=apply"
108-
make terraform env=$ENVIRONMENT stack=iams-developer-roles tf-command=apply workspace=$WORKSPACE
109107
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=apply"
110108
make terraform env=$ENVIRONMENT stack=networking tf-command=apply workspace=$WORKSPACE
111109
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=apply"

.github/workflows/cicd-3-deploy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ jobs:
133133
# just planning for now for safety and until review
134134
run: |
135135
mkdir -p ./build
136-
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=iams-developer-roles tf-command=apply"
137-
make terraform env=$ENVIRONMENT stack=iams-developer-roles tf-command=apply workspace=$WORKSPACE
138136
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=apply"
139137
make terraform env=$ENVIRONMENT stack=networking tf-command=apply workspace=$WORKSPACE
140138
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=apply"

.github/workflows/cicd-4-test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
required: true
99
type: choice
1010
options: [dev, test, preprod]
11-
revision:
12-
description: Git revision (commit SHA or tag)
13-
required: false
1411

1512
jobs:
1613
listS3:
@@ -21,10 +18,8 @@ jobs:
2118
contents: read
2219

2320
steps:
24-
- name: Checkout code
21+
- name: Checkout
2522
uses: actions/checkout@v4
26-
with:
27-
ref: ${{ inputs.revision || 'main' }}
2823

2924
- name: Set up Python
3025
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)