Skip to content

Unwithdraw pytorch #7967

Unwithdraw pytorch

Unwithdraw pytorch #7967

on:
pull_request:
jobs:
presubmit-readme:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- id: changed
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
with:
files_yaml: |
automated:
- ./images/**
- ./tflib/**
- ./.terraform.lock.hcl
- ./Makefile
- ./main.tf
- ./generated.tf
- ./go.mod
- ./go.sum
- if: steps.changed.outputs.automated_any_modified == 'true'
run: |
echo "You have made changes to files that are managed by automation."
exit 1