Skip to content

Commit

Permalink
ci: Fixes behavior that was preventing proper comparison due to typos (
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaminyam authored Dec 20, 2024
1 parent 68eb94e commit 42b4030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fi
fi
- name: labeler
if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'syncrhonize'
if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize'
uses: lablup/auto-labeler@main # actions/labeler, lablup/size-label-action, lablup/auto-label-in-issue


Expand Down

0 comments on commit 42b4030

Please sign in to comment.