.gitea/workflows/c#.yml aktualisiert
Some checks failed
Build Runner Base / build_act (push) Has been cancelled
Some checks failed
Build Runner Base / build_act (push) Has been cancelled
This commit is contained in:
parent
c22c8e8861
commit
cc7ecad23f
1 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
name: Build Runner c#
|
name: Build Runner c#
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
#workflow_run:
|
||||||
workflows: ["Build Runner Base"]
|
#workflows: ["Build Runner Base"]
|
||||||
types:
|
#types:
|
||||||
- completed
|
#- completed
|
||||||
#push:
|
push:
|
||||||
#branches:
|
branches:
|
||||||
#- 'master'
|
- 'master'
|
||||||
|
|
||||||
build_csharp:
|
build_csharp:
|
||||||
runs-on: 'priviliged'
|
runs-on: 'priviliged'
|
||||||
|
|
Loading…
Reference in a new issue