Skip to content

Commit a336bcb

Browse files
authored
Merge pull request #1 from applitools/q1
Q1
2 parents 5486c37 + 40897c4 commit a336bcb

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)