remove workflow
This commit is contained in:
parent
0bdd62c35b
commit
e458226580
|
@ -1,12 +0,0 @@
|
||||||
name: FakeAction
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Run a one-line script
|
|
||||||
run: echo ping
|
|
Loading…
Reference in New Issue