Skip to content

Commit

Permalink
trace
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 15, 2023
1 parent 652e57b commit 63872b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
import os, json
with open(os.environ['GITHUB_EVENT_PATH'], 'r') as event:
labels = json.load(event)['pull_request']['labels']
print(labels)
for label in labels:
if label.startswith('pipeline-'):
print("Labeled", label)
Expand Down

0 comments on commit 63872b7

Please sign in to comment.