Skip to content

Commit

Permalink
Clean up commented lines in GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Nov 22, 2023
1 parent bd02907 commit d470e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
# if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -83,7 +82,6 @@ jobs:
name: Build ${{ matrix.language }} SDK
runs-on: ubuntu-latest
needs: prerequisites
# if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ jobs:
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv kubectl /usr/local/bin
# - name: Setup Python
# uses: actions/setup-python@v2
# with:
# python-version: ${{ env.PYTHONVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHONVERSION }}
- name: Install awscli
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d470e2a

Please sign in to comment.