ci: use native actions syntax (#662)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user