Skip to content

Commit

Permalink
Update trigger-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afsardo committed Dec 18, 2023
1 parent 49205e3 commit 81e4a18
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/trigger-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,3 @@ jobs:
with:
url: ${{ secrets.MAIN_BUILD_URL }}
method: GET

- name: Trigger Neutron Build
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.NEUTRON_BUILD_URL }}
method: GET

- name: Trigger Terra Build
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.TERRA_BUILD_URL }}
method: GET

- name: Trigger Injective Build
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.INJECTIVE_BUILD_URL }}
method: GET

- name: Trigger Sei Build
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.SEI_BUILD_URL }}
method: GET

0 comments on commit 81e4a18

Please sign in to comment.