diff --git a/.github/workflows/build_develop.yml b/.github/workflows/build_develop.yml index 874cf3b219..0b154a319a 100644 --- a/.github/workflows/build_develop.yml +++ b/.github/workflows/build_develop.yml @@ -34,19 +34,11 @@ jobs: - run: mv dist/element-*.tar.gz webapp.tar.gz - - name: Wait for static analysis to succeed + - name: Wait for other steps to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} - running-workflow-name: 'Static Analysis' - repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 10 - - - name: Wait for tests to succeed - uses: lewagon/wait-on-check-action@v1.0.0 - with: - ref: ${{ github.ref }} - running-workflow-name: 'Tests' + running-workflow-name: 'Build & Upload source maps to Sentry' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10