Remove generic pull_request_target GitHub Action, not needed now that FIPS tests are driven via Jenkins

pull/92/head
Chris Conlon 2024-12-30 16:31:50 -07:00
parent 005e5f2bee
commit 5107c63ddd
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
name: PR Target Test
on:
pull_request_target
jobs:
pr_target:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from PR Target Test"