limit random runs?
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
|
||||
name: Just test things
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- test-cmd
|
||||
|
||||
jobs:
|
||||
Update-and-Redeploy-Stack:
|
||||
Pull-and-run:
|
||||
runs-on: synology
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user