Skip to content

Commit c3ec62e

Browse files
authored
Merge pull request #179 from import-ai/test/pre
ci(pre): update pre-release webhook
2 parents 6df9b38 + 6be3b92 commit c3ec62e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ jobs:
174174
runs-on: ubuntu-latest
175175
needs: [ app ]
176176
steps:
177-
- name: DEV Webhook
178-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
179-
run: |
180-
curl "${{ secrets.DEV_WEBHOOK_URL }}/dev" -H "Authorization: Bearer ${{ secrets.DEV_WEBHOOK_API_KEY }}"
181-
182177
- name: TEST Webhook
183178
if: github.event_name == 'pull_request'
184179
run: |

0 commit comments

Comments
 (0)