Skip to content

Update test.yaml

Update test.yaml #4

Workflow file for this run

name: Test
on:
pull_request:
types: [closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
echo "Labels: ${{toJson(github.event.pull_request.labels)}}"