Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit e5dfeea

Browse files
authored
no hardcode (#739)
1 parent a0912d1 commit e5dfeea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
# We want to run on external PRs, but not on our own internal PRs as they'll be run
1010
# by the push to the branch.
11-
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'rickbergfalk/sqlpad'
11+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1212

1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)