Skip to content

Commit 526eabf

Browse files
committed
Test workflow
1 parent ccd0e98 commit 526eabf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: TEST
2+
3+
on:
4+
deployment_status:
5+
types: [success]
6+
7+
jobs:
8+
run-lighthouse:
9+
if: github.event.deployment_status.environment == 'Preview'
10+
uses: ./.github/workflows/template-lighthouse.yml
11+
with:
12+
url: ${{ github.event.deployment_status.target_url }}
13+
secrets:
14+
GH_APP_KEY: ${{ secrets.GH_APP_KEY }}

0 commit comments

Comments
 (0)