Skip to content

Commit

Permalink
reduce turnaround time
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Mar 27, 2024
1 parent 371b55a commit db518a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
run: |
echo 'Authentication Succeeded!!!'
- name: checkout the source code
uses: actions/checkout@v3

- name: checkout ecs repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -119,9 +116,6 @@ jobs:
run: |
echo 'Authentication Succeeded!!!'
- name: checkout the source code
uses: actions/checkout@v3

- name: checkout ecs repo
uses: actions/checkout@v3
with:
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ jobs:
contents: read
id-token: write

steps:
- name: checkout the source code
uses: actions/checkout@v3

steps:
- name: checkout ecs repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -128,10 +125,7 @@ jobs:
contents: read
id-token: write

steps:
- name: checkout the source code
uses: actions/checkout@v3

steps:
- name: checkout ecs repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -188,9 +182,6 @@ jobs:
id-token: write

steps:
- name: checkout the source code
uses: actions/checkout@v3

- name: checkout ecs repo
uses: actions/checkout@v3
with:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
id-token: write

steps:
- name: checkout the source code
uses: actions/checkout@v3

- name: checkout ecs repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -137,10 +134,7 @@ jobs:
contents: read
id-token: write

steps:
- name: checkout the source code
uses: actions/checkout@v3

steps:
- name: checkout ecs repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit db518a8

Please sign in to comment.