Skip to content

Commit

Permalink
ci: add commit sha fallback (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Jun 5, 2024
1 parent 33473c7 commit 233eaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
USE_BABEL_PLUGIN_ISTANBUL: 1
SHA: ${{ github.event.pull_request.head.sha }}
SHA: ${{ github.event.pull_request.head.sha || github.sha }}

jobs:
test-with-coverage:
Expand Down

0 comments on commit 233eaed

Please sign in to comment.