.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
bb24b90fc2
commit
c22c8e8861
1 changed files with 7 additions and 8 deletions
|
@ -1,17 +1,16 @@
|
|||
name: Build Runner c#
|
||||
|
||||
on:
|
||||
# workflow_run:
|
||||
# workflows: ["Build Runner Base"]
|
||||
# types:
|
||||
# - completed
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
workflow_run:
|
||||
workflows: ["Build Runner Base"]
|
||||
types:
|
||||
- completed
|
||||
#push:
|
||||
#branches:
|
||||
#- 'master'
|
||||
|
||||
build_csharp:
|
||||
runs-on: 'priviliged'
|
||||
needs: build_act
|
||||
strategy:
|
||||
matrix:
|
||||
version: [6, 7]
|
||||
|
|
Loading…
Reference in a new issue