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.
2 parents 5486c37 + 40897c4 commit a336bcbCopy full SHA for a336bcb
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
- master # Triggers on pushes to the master branch
9
env:
10
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
11
- APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha }}
+ APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha || github.sha }}
12
13
jobs:
14
run-tests:
0 commit comments