Skip to content

Commit

Permalink
fix: swift validation (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Aug 17, 2023
1 parent ea46ab6 commit b7ec7e4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
environment: "STAGING"

# TODO: Restore once swift is ready for notify
# validate-staging-swift:
# validate-staging-swift:
# needs: deploy-infra-staging
# uses: ./.github/workflows/validate_swift.yml
# with:
# notify-endpoint: 'staging.notify.walletconnect.com'
# relay-endpoint: 'staging.relay.walletconnect.com'
# relay-endpoint: 'staging.relay.walletconnect.com'


##############################################################################
Expand All @@ -87,7 +87,7 @@ jobs:
needs:
- get-version
- validate-staging-rust
- validate-staging-swift
# - validate-staging-swift
uses: ./.github/workflows/deploy-infra.yml
secrets: inherit
with:
Expand All @@ -106,10 +106,9 @@ jobs:


# TODO: Restore once swift is ready for notify
# validate-swift-prod:
# validate-swift-prod:
# needs: [deploy-infra-prod]
# uses: ./.github/workflows/validate_swift.yml
# with:
# notify-endpoint: 'notify.walletconnect.com'
# relay-endpoint: 'relay.walletconnect.com'

# relay-endpoint: 'relay.walletconnect.com'

0 comments on commit b7ec7e4

Please sign in to comment.