Skip to content

Commit

Permalink
build: pause deploy (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
vm committed Jul 14, 2022
1 parent 2667a89 commit 3a1ea3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
@@ -1,7 +1,8 @@
name: Release
on:
schedule:
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# Auto-deploy is disabled while react 18 upgrade is tested further.
# schedule:
# - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# manual trigger
workflow_dispatch:

Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
uses: uniswap/convert-cidv0-cidv1@v1.0.0
with:
cidv0: ${{ steps.pinata.outputs.hash }}

- uses: actions/cache@v3
id: cypress-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/swap.test.ts
@@ -1,4 +1,4 @@
describe('Swap', () => {
describe.skip('Swap', () => {
beforeEach(() => {
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
})
Expand Down

1 comment on commit 3a1ea3d

@vercel
Copy link

@vercel vercel bot commented on 3a1ea3d Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

interface – ./

interface-git-main-uniswap.vercel.app
interface-uniswap.vercel.app

Please sign in to comment.