We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a0554 commit df5ee26Copy full SHA for df5ee26
1 file changed
.github/workflows/endform-tests-on-main.yml
@@ -7,9 +7,22 @@ on:
7
8
jobs:
9
e2e-tests:
10
+ if: github.event.client_payload.git.ref == 'main'
11
timeout-minutes: 5
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ actions: read
15
+ statuses: write
16
+ contents: read
17
steps:
18
+ - name: Vercel Repository Dispatch Debug
19
+ uses: vercel/repository-dispatch/actions/debug@v1
20
+
21
+ - name: With Commit Status
22
+ uses: vercel/repository-dispatch/actions/status@v1
23
+ with:
24
+ github_token: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Checkout code
27
uses: actions/checkout@v4
28
with:
0 commit comments