Update .gitea/workflows/test.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
parent
d350b79759
commit
163814067a
|
@ -1,11 +1,8 @@
|
||||||
name: checks
|
name: Gitea Actions Demo
|
||||||
on:
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
- push
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
Explore-Gitea-Actions:
|
||||||
labels: [docker]
|
runs-on: ubuntu-latest
|
||||||
name: check and test
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
run: ls
|
|
Loading…
Reference in New Issue