Skip to content

Commit 68b8669

Browse files
committed
Remove triggering a test deploy on publishing
1 parent 35364d6 commit 68b8669

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,3 @@ jobs:
144144
REGISTRY: ${{ steps.ecr-login.outputs.registry }}
145145
REPOSITORY: trigger.dev
146146
IMAGE_TAG: ${{ steps.get_version.outputs.version }}-${{ steps.get_commit.outputs.sha_short }}
147-
148-
- name: 🚀 Trigger Test Deploy
149-
if: github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository == 'triggerdotdev/trigger.dev'
150-
env:
151-
DEPLOY_TEST_HOOK: ${{ secrets.DEPLOY_TEST_HOOK }}
152-
run: |
153-
curl -X POST $DEPLOY_TEST_HOOK

0 commit comments

Comments
 (0)