Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 7c080a5

Browse files
committed
remove whatever this was
1 parent 407ed5d commit 7c080a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_run:
8-
workflows: [Build and run yarn project]
9-
types:
10-
- completed
117

128
jobs:
139
build-and-deploy:
1410
runs-on: ubuntu-latest
15-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
16-
1711
steps:
1812
- name: Checkout repository
1913
uses: actions/checkout@v4

0 commit comments

Comments
 (0)