We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6df9b38 + 6be3b92 commit c3ec62eCopy full SHA for c3ec62e
.github/workflows/ci.yaml
@@ -174,11 +174,6 @@ jobs:
174
runs-on: ubuntu-latest
175
needs: [ app ]
176
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
-
182
- name: TEST Webhook
183
if: github.event_name == 'pull_request'
184
run: |
0 commit comments