Skip to content

Commit

Permalink
add label->remove label (Fix issue from #1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Oct 20, 2023
1 parent bc66cee commit f487a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Remove Label
if: ${{ steps.verify-yarn-lock.outputs.files_changed != 'true' && github.event_name != 'push' }}
uses: ./.github/actions/add-label
uses: ./.github/actions/remove-label
with:
label: 'needs-yarn-install'

Expand Down

0 comments on commit f487a77

Please sign in to comment.