Skip to content

Commit 3f287f4

Browse files
committed
Stop setting GIT_BASE_SHA in workflows, only set it in makefiles to make it work for push not only for PR.
1 parent 6fa6fc5 commit 3f287f4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/pricing-mutate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ jobs:
3131
working-directory: ecommerce/pricing
3232
- name: Run incremental mutation testing
3333
run: make -C ecommerce/pricing mutate-changes
34-
env:
35-
GIT_BASE_SHA: ${{ github.event.pull_request.base.sha }}

.github/workflows/rails_application-mutate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ jobs:
5555
env:
5656
DATABASE_URL: "postgres://postgres:secret@localhost:5432/cqrs-es-sample-with-res_test"
5757
RAILS_ENV: test
58-
GIT_BASE_SHA: ${{ github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)