Skip to content

Commit

Permalink
Merge pull request #39 from drift-labs/chore/smol-ci-updates
Browse files Browse the repository at this point in the history
small tidy ups to gh pipeline
  • Loading branch information
jackwaller authored Dec 5, 2024
2 parents 4b5e311 + 0ffe504 commit adf2b01
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 adf2b01

Please sign in to comment.