actions-testing/.gitea/workflows/demo.yaml

12 lines
199 B
YAML
Raw Normal View History

2023-07-15 11:16:34 +01:00
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
2023-07-15 22:24:25 +01:00
amd-docker:
2023-08-17 09:58:42 +01:00
runs-on: docker-edge
2023-07-15 22:24:25 +01:00
steps:
2023-08-17 09:58:42 +01:00
- name: Test
run: echo test
2023-08-17 10:05:06 +01:00