Skip to content

fix(rust-plugins): ๐Ÿ› worker farm version error #135

fix(rust-plugins): ๐Ÿ› worker farm version error

fix(rust-plugins): ๐Ÿ› worker farm version error #135

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- main
jobs:
call-rust-build:
if: github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'rust-plugins') || contains(github.event.pull_request.title, 'all'))
uses: ./.github/workflows/build.yaml
call-js-build:
if: github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'js-plugins') || contains(github.event.pull_request.title, 'all'))
uses: ./.github/workflows/js-plugin-build.yaml