and remove demo workflow
This commit is contained in:
parent
c8b1d7b310
commit
9b8fa49186
2 changed files with 2 additions and 6 deletions
|
|
@ -4,6 +4,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo "building container..."
|
- run: echo "building container..."
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Take a look around
|
- name: Take a look around
|
||||||
run: |
|
run: |
|
||||||
echo "Current directory contents:"
|
echo "Current directory contents:"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- run: echo "I'm forever blowing bubbles, pretty bubbles in the air...."
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue