Skip to content

Commit 6a1506a

Browse files
authored
build: Revert "build: pause deploy" (#4107)
* Revert "build: pause deploy (#4102)" This reverts commit 3a1ea3d. * prettier
1 parent 839d4ac commit 6a1506a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
22
on:
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
3+
schedule:
4+
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
65
# manual trigger
76
workflow_dispatch:
87

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.skip('Swap', () => {
1+
describe('Swap', () => {
22
beforeEach(() => {
33
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
44
})

0 commit comments

Comments
 (0)