Skip to content

Commit

Permalink
cicd: Updated github org
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Apr 29, 2024
1 parent 355c087 commit 920f3c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ permissions:
jobs:
precheck:
name: Precheck
uses: redis-developer/riot/.github/workflows/step-precheck.yml@main
uses: redis/riot/.github/workflows/step-precheck.yml@main
secrets: inherit

jlink:
name: Jlink
needs: [precheck]
if: endsWith(${{ needs.precheck.outputs.version }}, '-SNAPSHOT')
uses: redis-developer/riot/.github/workflows/step-jlink.yml@main
uses: redis/riot/.github/workflows/step-jlink.yml@main
with:
project-version: ${{ needs.precheck.outputs.version }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
jlink:
name: Jlink
needs: [precheck]
uses: redis-developer/riot/.github/workflows/step-jlink.yml@main
uses: redis/riot/.github/workflows/step-jlink.yml@main
with:
project-version: ${{ needs.precheck.outputs.version }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-precheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
precheck:
name: Precheck
if: github.repository == 'redis-developer/riot' && startsWith(github.event.head_commit.message, 'Releasing version') != true
if: github.repository == 'redis/riot' && startsWith(github.event.head_commit.message, 'Releasing version') != true
runs-on: ubuntu-latest
outputs:
version: ${{ steps.vars.outputs.VERSION }}
Expand Down

0 comments on commit 920f3c9

Please sign in to comment.