Skip to content

Commit

Permalink
ci: use native actions syntax (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed May 24, 2021
1 parent 6ab9906 commit 6d5c80c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ jobs:
run: |
python -m pip install -e ".[dev]"
- name: Get PR labels
id: pr-labels
uses: joerick/[email protected]

- 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
Expand Down

0 comments on commit 6d5c80c

Please sign in to comment.