- Notifications
You must be signed in to change notification settings - Fork369
Devin/1758753881 shared response types#2073
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| 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 |