We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35364d6 commit 68b8669Copy full SHA for 68b8669
1 file changed
.github/workflows/publish.yml
@@ -144,10 +144,3 @@ jobs:
144
REGISTRY: ${{ steps.ecr-login.outputs.registry }}
145
REPOSITORY: trigger.dev
146
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