Skip to content

Bump the pip group across 1 directory with 6 updates #6

Bump the pip group across 1 directory with 6 updates

Bump the pip group across 1 directory with 6 updates #6

Workflow file for this run

name: check-label-preview-env
on:
pull_request:
types: [labeled]
jobs:
check-label-preview-env:
runs-on: ubuntu-latest
steps:
- name: check-label
if: contains(github.event.pull_request.labels.*.name, 'preview-environment')
run: echo "label exist, will trigger the preview environment"
- name: Set PR
run: echo ${{ github.event.pull_request.number }} > pr.txt
- name: Save PR
uses: actions/upload-artifact@v2
with:
name: pr.txt
path: |
pr.txt