swarmproxy/.gitea/workflows/testing.yaml
OCram85 4ca74a74da
Some checks failed
docker / deployment-build (push) Failing after 24s
docker / test-build (push) Successful in 20s
debug
2023-07-10 13:35:44 +02:00

20 lines
402 B
YAML

name: testing
run-name: Testing out Gitea Actions
on:
push:
branches: none #[ main ]
#paths: .github/workflows/1-actions-ci-cd-aks.yml
pull_request:
branches: none # [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-container:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3