Skip to content

feat(batching): remove execution if a given operation completes with an exception #1926

feat(batching): remove execution if a given operation completes with an exception

feat(batching): remove execution if a given operation completes with an exception #1926

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches:
- master
- '*.x.x'
paths-ignore:
- 'website/**'
- '*.md'
jobs:
build-libraries:
uses: ./.github/workflows/build-libraries.yml
plugin-integration:
needs: build-libraries
uses: ./.github/workflows/plugin-it.yml
build-examples:
needs: build-libraries
uses: ./.github/workflows/build-examples.yml
graalvm-integration:
needs: build-libraries
uses: ./.github/workflows/graalvm-integration.yml