diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a948a52..737fc17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: - master # Triggers on pushes to the master branch env: APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }} - APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha }} + APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha || github.sha }} jobs: run-tests: