summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/examples.yml
Commit message (Collapse)AuthorAge
* github/workflows: Bump actions/checkout from 3 to 4.dependabot[bot]2023-09-05
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* examples/embedding: Rework example to use ports/embed.Damien George2023-01-20
| | | | Signed-off-by: Damien George <damien@micropython.org>
* github/workflows: Cancel when branch is updated.David Lechner2022-12-14
| | | | | | | | This adds a concurrency section to all github workflows to cancel any in progress workflow when a branch is updated. This should cancel any ongoing or queued workflows, e.g. when a pull request is updated. Signed-off-by: David Lechner <david@pybricks.com>
* github/workflows: Bump actions/checkout to v3.Chris Swan2022-11-11
| | | | | | The existing actions/checkout@v2 is causing Node v12 deprecation warnings to be shown in GitHub Actions. v3 uses Node v16, which will stop the warnings.
* github/workflows: Add new workflow to test embedding example.Damien George2022-03-25
Signed-off-by: Damien George <damien@micropython.org>