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 251819b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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
10 changes: 2 additions & 8 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: Examples

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

workflow_dispatch:
workflow_call:

jobs:

examples:
name: "Build with Python ${{ matrix.python-version }} and Exasol 7.1.17"
name: Run Examples
runs-on: ubuntu-20.04
timeout-minutes: 30
strategy:
Expand Down

0 comments on commit 251819b

Please sign in to comment.