change the runners so they don't run on every push
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'execution-environment.yml'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Bootstrap-runner:
|
Bootstrap-runner:
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'rocky-environment.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Bootstrap-runner:
|
Bootstrap-runner:
|
||||||
|
|||||||
Reference in New Issue
Block a user