Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Aug 20, 2024
1 parent 22bf432 commit ef676a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
assing-contributor-on-pr:
runs-on: ubuntu-latest
if: ${{github.event_name == 'pull_request' && github.event.pull_request.assignees.length == 0}}
if: ${{github.event_name == 'pull_request' || github.event.pull_request.assignees.length == 0}}
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
Expand Down

0 comments on commit ef676a6

Please sign in to comment.