Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
dfaa56c973
commit
f56bd0badc
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ jobs:
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
steps:
|
steps:
|
||||||
- run: docker run hello-world
|
- run: docker run hello-world
|
||||||
|
- run: echo ${{ github.ref_name }}
|
||||||
-
|
-
|
||||||
name: test
|
name: test
|
||||||
if: contains(github.ref_name, 'a')
|
if: contains(github.ref_name, 'a')
|
||||||
|
|
Loading…
Reference in a new issue