Skip to content

Commit b50cdd2

Browse files
Commenting PR docs
1 parent bd1d3ff commit b50cdd2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/publish_v3_layer.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,16 @@ jobs:
268268
# ./layer_v3/scripts/update_layer_arn.sh cdk-layer-stack
269269
# NOTE: It felt unnecessary creating yet another PR to update changelog w/ latest tag
270270
# since this is the only step in the release where we update docs from a temp branch
271-
- name: Update changelog with latest tag
272-
run: make changelog
273-
- name: Create PR
274-
id: create-pr
275-
uses: ./.github/actions/create-pr
276-
with:
277-
files: "docs/index.md examples CHANGELOG.md"
278-
temp_branch_prefix: "ci-layer-docs"
279-
pull_request_title: "chore(ci): layer docs update"
280-
github_token: ${{ secrets.GITHUB_TOKEN }}
271+
# - name: Update changelog with latest tag
272+
# run: make changelog
273+
# - name: Create PR
274+
# id: create-pr
275+
# uses: ./.github/actions/create-pr
276+
# with:
277+
# files: "docs/index.md examples CHANGELOG.md"
278+
# temp_branch_prefix: "ci-layer-docs"
279+
# pull_request_title: "chore(ci): layer docs update"
280+
# github_token: ${{ secrets.GITHUB_TOKEN }}
281281

282282
prepare_docs_alias:
283283
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)