diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b99c954aaa5a4..2697b0bfc2796 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -899,21 +899,6 @@ jobs: # Makes build fail if the release isn't there curl --fail https://releases.rocket.chat/$RC_VERSION/info - trigger-dependent-workflows: - runs-on: ubuntu-latest - if: github.event_name == 'release' - needs: - - services-docker-image-publish - - docker-image-publish - steps: - - name: Send context to seperate pipeline - uses: peter-evans/repository-dispatch@v2 - with: - token: ${{ secrets.DISTRIBUTION_TOKEN }} - event-type: new_release - repository: RocketChat/public-releases - client-payload: '{"tag": "${{ github.ref_name }}"}' - docs-update: name: Update Version Durability