Skip to content

Commit 878a30b

Browse files
committed
fix sha
1 parent c748230 commit 878a30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master # Triggers on pushes to the master branch
99
env:
1010
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
11-
APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha }}
11+
APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha }} || ${{ github.sha }}
1212

1313
jobs:
1414
run-tests:

0 commit comments

Comments
 (0)