Skip to content

build.yml: PR status updates are pointless, remove them #22

build.yml: PR status updates are pointless, remove them

build.yml: PR status updates are pointless, remove them #22

Workflow file for this run

name: Build sigrok-cli artifacts
on:
push: # When the repo itself has a new commit on the master branch
branches:
- master
tags: # When a new tag was created
workflow_dispatch: # When the workflow was started manually from github
pull_request:
types:
- labeled # When a pull request received a new label (e.g. "provide_binaries")
- synchronize # When a pull request's branch was updated with a new commit
jobs:
call-build-workflow:
name: Sigrok artifact builder
uses: sigrokproject/sigrok-build/.github/workflows/build.yml@master

Check failure on line 17 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build sigrok-cli artifacts

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 17, Col: 11): Error from called workflow sigrokproject/sigrok-build/.github/workflows/build.yml@master (Line: 130, Col: 13): Unrecognized named-value: 'env'. Located at position 1 within expression: env.TARGET In .github/workflows/build.yml (Line: 17, Col: 11): Error from called workflow sigrokproject/sigrok-build/.github/workflows/build.yml@master (Line: 239, Col: 13): Unrecognized named-value: 'env'. Located at position 1 within expression: env.TARGET