.gitea/workflows/c#.yml aktualisiert
Some checks failed
Build Runner Base / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-05-09 21:01:33 +00:00
parent bb24b90fc2
commit c22c8e8861

View file

@ -1,17 +1,16 @@
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'
needs: build_act
strategy: strategy:
matrix: matrix:
version: [6, 7] version: [6, 7]