We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea24db commit d852712Copy full SHA for d852712
.github/workflows/ci.yaml
@@ -203,8 +203,8 @@ jobs:
203
- run: .kokoro/build.sh
204
env:
205
JOB_TYPE: lint
206
- HEAD_SHA: ${{ github.event.pull_request.head.sha }}
207
- BASE_SHA: ${{ github.event.pull_request.base.sha }}
+ HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
+ BASE_SHA: ${{ github.event.pull_request.base.sha || github.event.before }}
208
enforcer:
209
runs-on: ubuntu-latest
210
steps:
0 commit comments