ci: use native actions syntax (#662)

This commit is contained in:
Henry Schreiner
2021-05-24 17:24:36 -04:00
parent 6ab9906ff0
commit 6d5c80c624
+1 -5
View File
@@ -40,12 +40,8 @@ jobs:
run: | run: |
python -m pip install -e ".[dev]" python -m pip install -e ".[dev]"
- name: Get PR labels
id: pr-labels
uses: joerick/pr-labels-action@v1.0.6
- name: Sample build - 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: | run: |
python bin/sample_build.py python bin/sample_build.py