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 7233595 commit 42c8533
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
skip_after_successful_duplicate: "true"
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

- run: |
echo ${{ env.report && !env.dependabot }}
echo ${{ env.report }}
echo ${{ env.dependabot }}
echo ${{ !env.dependabot }}
Style:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 42c8533

Please sign in to comment.