Skip to content

Commit 9c0b22f

Browse files
committed
test data branch
1 parent b953942 commit 9c0b22f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-sdks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
name: Test SDKs Locally
2-
3-
env:
4-
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
52

63
on:
74
push:
@@ -14,4 +11,4 @@ jobs:
1411
test-php-sdk:
1512
uses: Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
1613
with:
17-
test_data_branch: ${{ BRANCH_NAME}}
14+
test_data_branch: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)