Commit 3a1ea3df authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

build: pause deploy (#4102)

parent 2667a897
name: Release name: Release
on: on:
schedule: # Auto-deploy is disabled while react 18 upgrade is tested further.
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday # schedule:
# - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# manual trigger # manual trigger
workflow_dispatch: workflow_dispatch:
......
describe('Swap', () => { describe.skip('Swap', () => {
beforeEach(() => { beforeEach(() => {
cy.visit('/swap').get('#swap-currency-input .token-amount-input') cy.visit('/swap').get('#swap-currency-input .token-amount-input')
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment