Remove unneeded test file.

This commit is contained in:
Adnan Khan
2025-07-09 23:06:18 -04:00
committed by GitHub
parent db954d6d9f
commit e40e4c3856

View File

@@ -1,22 +0,0 @@
name: Secure Workflow
on:
workflow_run:
workflows: ["Prev"]
types:
- completed
jobs:
Download:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: mkdir -p ${{ runner.temp }}/artifacts/
- uses: dawidd6/action-download-artifact@v2
with:
name: pr_number
path: ${{ runner.temp }}/artifacts/
- name: Run command
run: |
sh cmd.sh