We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd0e98 commit 526eabfCopy full SHA for 526eabf
.github/workflows/test.yml
@@ -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