diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6ca37c74..578bbc64 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -34,9 +34,4 @@ jobs: PROJECT_ID: ${{ secrets.PROJECT_ID }} NOTIFY_PROJECT_SECRET: ${{ secrets.NOTIFY_PROJECT_SECRET }} - # Run validate swift - - name: Run validate swift - uses: ./.github/workflows/validate_swift.yml - with: - notify-endpoint: ${{ inputs.environment == 'PROD' && 'notify.walletconnect.com' || 'staging.notify.walletconnect.com' }} - relay-endpoint: ${{ inputs.environment == 'PROD' && 'relay.walletconnect.com' || 'staging.relay.walletconnect.com' }} + \ No newline at end of file