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
…#2907) (#3321)

Co-authored-by: Sion Kang <siontama@gmail.com>
  • Loading branch information
lablup-octodog and Yaminyam authored Dec 27, 2024
1 parent 5a4e2f5 commit 4499fca
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 @@ -72,7 +72,7 @@ jobs:
echo "SKIP=false" >> $GITHUB_OUTPUT
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 4499fca

Please sign in to comment.