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 c748230 commit 878a30bCopy full SHA for 878a30b
.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