Skip to content

Commit

Permalink
Add examples to pull request ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Apr 22, 2024
1 parent 5fbf0fc commit 3d2b9b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ jobs:

verify:
uses: ./.github/workflows/checks.yml

examples:
uses: ./.github/workflows/examples.yml
8 changes: 1 addition & 7 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Examples

on:
push:
paths:
- "**.py"
- "**.yml"
pull_request:

workflow_dispatch:
workflow_call:

jobs:

Expand Down

0 comments on commit 3d2b9b6

Please sign in to comment.