Skip to content

Commit

Permalink
Merge branch 'dependabot_fix' into dependabot/pip/requests-2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 30, 2024
2 parents 1a31ea2 + 3f924ea commit 6bfa757
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check_bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### .github/workflows/dependabot_pr.yml
### This workflow doesn't have access to secrets and has a read-only token
name: Dependabot PR Check
on:
pull_request

jobs:
check-dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- run: echo "PR created by Dependabot"
1 change: 1 addition & 0 deletions .github/workflows/env_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build:
if: ${{ github.actor != 'dependabot[bot]' }}
# continue-on-error: true
strategy:
matrix:
Expand Down
Empty file.

0 comments on commit 6bfa757

Please sign in to comment.