ci: use native actions syntax (#662)

This commit is contained in:
Henry Schreiner
2021-05-08 12:02:08 -04:00
committed by GitHub
parent 32b25ebb5f
commit cab665a2ba
+1 -5
View File
@@ -39,12 +39,8 @@ jobs:
run: |
python -m pip install -e ".[dev]"
- name: Get PR labels
id: pr-labels
uses: joerick/pr-labels-action@v1.0.6
- name: Sample build
if: contains(steps.pr-labels.outputs.labels, ' ci-sample-build ')
if: "contains(github.event.pull_request.labels.*.name, 'CI: Sample build')"
run: |
python bin/sample_build.py