mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Remove unneeded test file.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user