summaryrefslogtreecommitdiff
path: root/.github/workflows/wasm.yml
AgeCommit message (Collapse)Author
2022-08-22Ignore `.document` only commits [ci skip]Nobuyoshi Nakada
2022-07-06[wasm] get rid of workaround use of older binaryen and update to latestYuta Saito
We no longer need to use older version of binaryen since the blocker issue has been resolved https://github.com/WebAssembly/binaryen/issues/4401 Notes: Merged: https://github.com/ruby/ruby/pull/6091
2022-06-19Skip CIs if the head commit message contains '[DOC]'Nobuyoshi Nakada
2022-03-24Bump actions/checkout from 2 to 3dependabot[bot]
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> Notes: Merged: https://github.com/ruby/ruby/pull/5704
2022-01-20[wasm] skip pull-requests labeled as Documentation [ci skip]Nobuyoshi Nakada
2022-01-19[wasm] add ci workflow .github/workflows/wasm.ymlYuta Saito
Notes: Merged: https://github.com/ruby/ruby/pull/5407