Skip to content

Commit

Permalink
Merge pull request #213 from step-security/varunsh-coder-patch-10
Browse files Browse the repository at this point in the history
Create PRTargetWorkflow.yml
  • Loading branch information
varunsh-coder authored Jan 17, 2025
2 parents a7fc1af + 22521de commit 4791440
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/PRTargetWorkflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR Target Workflow

on:
pull_request_target:
types:
- opened
- synchronize
- reopened

jobs:
pr-target-check:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v4

- name: Wait for 2 minutes
run: sleep 120

0 comments on commit 4791440

Please sign in to comment.