deps(example): Bump the dependencies group across 1 directory with 2 updates #3132
This file contains 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 | |
on: | |
pull_request: | |
# Recommended by Graphite: https://graphite.dev/docs/github-configuration-guidelines#github-actions | |
types: [opened, synchronize, reopened] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
name: Run tests | |
uses: ./.github/workflows/reusable-test.yml | |
examples: | |
name: Build examples | |
uses: ./.github/workflows/reusable-examples.yml |