Skip to content

Commit

Permalink
WIP: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 18, 2023
1 parent 861be36 commit 698135f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
name: "Test Pull Request"
# yamllint disable-line rule:truthy
on:
pull_request: {}
on: "pull_request"
jobs:
tests:
uses: "./.github/workflows/run-linters.yml"
uses: "./.github/workflows/single-test-parallel.yml"
with:
db-backend: "postgres"
nautobot-version: "stable"
Expand Down

0 comments on commit 698135f

Please sign in to comment.