Skip to content

Commit 3a1ea3d

Browse files
authored
build: pause deploy (Uniswap#4102)
1 parent 2667a89 commit 3a1ea3d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release
22
on:
3-
schedule:
4-
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
3+
# Auto-deploy is disabled while react 18 upgrade is tested further.
4+
# schedule:
5+
# - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
56
# manual trigger
67
workflow_dispatch:
78

@@ -70,7 +71,7 @@ jobs:
7071
uses: uniswap/[email protected]
7172
with:
7273
cidv0: ${{ steps.pinata.outputs.hash }}
73-
74+
7475
- uses: actions/cache@v3
7576
id: cypress-cache
7677
with:

cypress/e2e/swap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe('Swap', () => {
1+
describe.skip('Swap', () => {
22
beforeEach(() => {
33
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
44
})

0 commit comments

Comments
 (0)