Skip to content

Commit

Permalink
small tidy ups to gh pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Dec 4, 2024
1 parent 4b5e311 commit 0ffe504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mainnet-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
submodules: 'recursive'
submodules: recursive

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
Expand Down Expand Up @@ -42,9 +42,6 @@ jobs:
runs-on: ubicloud
needs: [build]
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
submodules: 'recursive'
submodules: recursive

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
Expand Down Expand Up @@ -42,9 +42,6 @@ jobs:
runs-on: ubicloud
needs: [build]
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
with:
Expand Down

0 comments on commit 0ffe504

Please sign in to comment.