Update .gitea/workflows/test.yml
checks / check and test (push) Has been cancelled Details

main
vladzvx 2024-04-03 13:44:44 +03:00
parent 71c2da50f3
commit 0c0e2501e5
1 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,12 @@
name: Gitea Actions Demo name: checks
on:
- push
on: [push]
jobs: jobs:
Explore-Gitea-Actions: test:
labesl: [docker]
runs-on: ubuntu-latest runs-on: ubuntu-latest
labels: [docker]
name: check and test
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - name: test
run: ls