Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
Updates test workflow to bypass tests on PRs from dependabot
  • Loading branch information
p-galligan committed Dec 16, 2024
1 parent b072c6f commit bbbeaa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
environment:
name: development
Expand Down

0 comments on commit bbbeaa5

Please sign in to comment.