Skip to content

Commit

Permalink
cicd: Fixed project owner
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 19, 2024
1 parent 2b586e1 commit f4d7d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
earlyaccess:
name: 'Early Access'
if: github.repository == 'redis-developer/lettucemod' && startsWith(github.event.head_commit.message, 'Releasing version') != true
if: github.repository == 'redis/lettucemod' && startsWith(github.event.head_commit.message, 'Releasing version') != true
uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main
with:
jreleaser-arguments: full-release
Expand Down

0 comments on commit f4d7d03

Please sign in to comment.