Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 3, 2024
1 parent 295e879 commit f7f49dc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3952,7 +3952,7 @@ jobs:
dependabot:
runs-on: ubuntu-20.04
# needs: [ validate-success ]
# if: github.event.pull_request.user.login == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
Expand All @@ -3962,10 +3962,3 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo ${{ github.event.pull_request.user.login }}
if [ "${{ github.event.pull_request.user.login }}" == "dependabot[bot]" ]; then
echo "no space"
fi
if [ "${{ github.event.pull_request.user.login }}" == "dependabot [bot]" ]; then
echo "with space"
fi

0 comments on commit f7f49dc

Please sign in to comment.