Skip to content

Commit 14a2e32

Browse files
committed
fix: use tychtjan/gdc-nas fork for testing
1 parent 31774de commit 14a2e32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sdk-diff-analyzer.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ on:
2525
type: boolean
2626

2727
env:
28-
GDC_NAS_REPO: 'gooddata/gdc-nas'
28+
# Use fork for testing, main repo in production
29+
GDC_NAS_REPO: ${{ github.repository_owner == 'gooddata' && 'gooddata/gdc-nas' || 'tychtjan/gdc-nas' }}
2930
# File in this repo that stores the last analyzed gdc-nas commit SHA
3031
STATE_FILE: '.github/gdc-nas-last-analyzed.txt'
3132

0 commit comments

Comments
 (0)