Buildfixes, trying to unblock current builds (#777)

* make example/test script more robust for meager github actions environment
* improve wording around op template resolution
* remove blocking issues github actions plugin, since it is broken
This commit is contained in:
Jonathan Shook
2022-11-11 16:17:36 -06:00
committed by GitHub
parent 7c1fb19632
commit 2b9452fde4
3 changed files with 14 additions and 27 deletions

View File

@@ -1,15 +0,0 @@
name: Blocking Issues
on:
issues:
types: [closed]
pull_request_target:
types: [opened, edited]
jobs:
blocking_issues:
runs-on: ubuntu-latest
name: Checks for blocking issues
steps:
- uses: Levi-Lesches/blocking-issues@v1.1