Commit Graph

9 Commits

Author SHA1 Message Date
Carlos Mocholí b0683b4eae
Use the `pull_request_target` workflow event (#14603)
* Use the `pull_request_target` workflow event
* Minor  cleanup
* ready_for_review
2022-09-08 15:29:28 +02:00
dependabot[bot] e5395de9d3
Bump actions/checkout from 2 to 3 (#14540)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-05 19:13:08 +02:00
Jirka Borovec 74538f797c
CI: skip examples with draft (#14453) 2022-08-30 23:20:06 +00:00
Jirka Borovec 80b1987ad9
Update GHA job names (#14400)
* update CJ job names
* groups
* filter
* Apply suggestions from code review

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-08-29 20:03:37 +02:00
dependabot[bot] 278df1cd20
Bump actions/setup-node from 2 to 3 (#14286)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-19 14:37:48 +09:00
Adrian Wälchli fcf9b42df9
Revert "Remove skipping logic in favor of path filtering (#14170)" (#14244) 2022-08-17 10:15:23 -04:00
Carlos Mocholí fe9e5d55bf
Remove skipping logic in favor of path filtering (#14170) 2022-08-12 13:24:35 +02:00
Akihiro Nitta dfda3f384e
CI: Update Windows version from 2019 to 2022 (#14129)
Update windows
2022-08-10 05:02:54 -04:00
Akihiro Nitta d211d46e1d
CI: Replace `_` of in GHA workflow filenames with `-` (#13917)
* Rename workflow files

* Update docs

* Fix azure badges

* Update the main readme

* bad rebase

* Update doc
2022-08-10 11:35:41 +09:00