From 009942326d7f80a552a367afc9dd35ec2260482c Mon Sep 17 00:00:00 2001 From: Jillian Rowe Date: Tue, 26 Sep 2023 15:27:00 +0300 Subject: [PATCH] commit --- .github/ISSUE_TEMPLATE.md | 2 +- .github/workflows/pypi-release.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7652808..894a4f8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -* aws_pcluster_dask_gateway version: +* aws_pcluster_bootstrap_helpers version: * Python version: * Operating System: diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index c6660a0..0604304 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -11,8 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4