Skip to content

ensure initial_shrink still gets applied. together with pr83, this #12

ensure initial_shrink still gets applied. together with pr83, this

ensure initial_shrink still gets applied. together with pr83, this #12

Workflow file for this run

name: PostPR
on:
pull_request:
types:
- closed
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Save PR number
env:
PR_NUMBER: ${{ github.event.number }}
run: |
echo $PR_NUMBER > pr_number.txt
- uses: actions/upload-artifact@v3
with:
name: pr_number
path: pr_number.txt
retention-days: 1