Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
Do not run if labeled 'dependencies'
  • Loading branch information
p-galligan committed Dec 16, 2024
1 parent 5583535 commit a0866c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
if: ${{ !contains(github.ref_name, 'dependabot') }}
if: github.event.pull_request.labels[0].name != 'dependencies'
runs-on: ubuntu-latest
environment:
name: development
Expand Down

0 comments on commit a0866c2

Please sign in to comment.