Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Nov 23, 2024
1 parent 91f46ae commit cddc125
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
skip_after_successful_duplicate: "true"
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

- run: |
echo ${{ github.event.pull_request.user.login }}
echo ${{ github.event_name != 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]' }}
echo ${{ github.event_name != 'pull_request'}}
echo ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
echo ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
Style:
runs-on: ubuntu-latest

Expand Down

0 comments on commit cddc125

Please sign in to comment.