Skip to content

Commit 3e69705

Browse files
author
Julien Ruaux
committed
ci: Fixed repo condition
1 parent 1222168 commit 3e69705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
earlyaccess:
99
name: 'Early Access'
10-
if: github.repository == 'redis-developer/redis-enterprise-admin' && startsWith(github.event.head_commit.message, 'Releasing version') != true
10+
if: github.repository == 'redis-field-engineering/redis-enterprise-admin' && startsWith(github.event.head_commit.message, 'Releasing version') != true
1111
uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main
1212
with:
1313
jreleaser-arguments: full-release

0 commit comments

Comments
 (0)