Skip to content

Commit

Permalink
fix condition for running the check-update job
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed May 24, 2024
1 parent f4b47e3 commit 81191c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check-update:
if: github.repository == 'tremendous-rewards/tremendous-node'
if: github.repository == 'tremendous-rewards/tremendous-ruby'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 81191c6

Please sign in to comment.