Skip to content

Commit

Permalink
try to get labels
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 15, 2023
1 parent ff89b1d commit 50eeea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
then echo "changed=false" >> "$GITHUB_OUTPUT"
else echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Test
- name: Check pipeline labels
if: steps.compare-repertoire.outputs.changed == 'true'
run: |
echo test
cat $GITHUB_EVENT_PATH |
python3 -c "import sys, json; print(json.load(sys.stdin)['pull_request']['labels'])"

0 comments on commit 50eeea4

Please sign in to comment.