Skip to content

Commit 81238e3

Browse files
committed
WIP
1 parent e0efcf1 commit 81238e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
publish:
7878
name: Publish
7979
runs-on: ubuntu-latest
80-
needs: [test]
80+
needs: [test, cypress]
8181
steps:
8282
- name: 🛑 Cancel Previous Runs
8383
uses: styfle/[email protected]
@@ -102,7 +102,7 @@ jobs:
102102
deploy:
103103
name: Deploy
104104
runs-on: ubuntu-latest
105-
needs: [test]
105+
needs: [test, cypress]
106106
concurrency:
107107
group: ${{ github.workflow }}-${{ github.ref }}
108108
steps:

0 commit comments

Comments
 (0)