Delete test.yml
This commit is contained in:
parent
9ad7336eac
commit
b485603520
1 changed files with 0 additions and 20 deletions
20
.github/workflows/test.yml
vendored
20
.github/workflows/test.yml
vendored
|
|
@ -1,20 +0,0 @@
|
||||||
name: Download Configuration
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 */3 * * *"
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Stage 1
|
|
||||||
run: |
|
|
||||||
echo Processing Stage 1
|
|
||||||
exec 3>&1 &>/dev/null
|
|
||||||
command
|
|
||||||
- name: Stage 2
|
|
||||||
uses: actions/upload-artifact@master
|
|
||||||
with:
|
|
||||||
name: 1.xml
|
|
||||||
path: /home/runner/work/streetpass-3.0-config7
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue