update to init stack workflow
This commit is contained in:
@@ -3,15 +3,15 @@ name: Gitea Actions Demo
|
|||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- init-stack
|
|
||||||
paths:
|
paths:
|
||||||
- 'stack.yml'
|
- 'stack.yml'
|
||||||
|
tags:
|
||||||
|
- init-stack
|
||||||
jobs:
|
jobs:
|
||||||
Create-Stack:
|
Create-Stack:
|
||||||
runs-on: synology
|
runs-on: synology
|
||||||
steps:
|
steps:
|
||||||
|
# if: contains(github.event.pull_request.head.ref, 'init-stack')
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user