mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Compare commits
1 Commits
0.9.2.2
...
Mono-Net4X
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f15a0c1f1d |
8
.github/workflows/msbuild48.yml
vendored
8
.github/workflows/msbuild48.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
|||||||
name: LastAutoBuild
|
name: LastAutoBuild
|
||||||
files: LastBuild.zip
|
files: LastBuild.zip
|
||||||
|
|
||||||
- name: report push to irc
|
- name: report push to irc if from main OpenSim repository
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push' && github.repository_owner == 'opensim'
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
with:
|
with:
|
||||||
channel: "#opensim-dev"
|
channel: "#opensim-dev"
|
||||||
@@ -45,8 +45,8 @@ jobs:
|
|||||||
${{ join(github.event.commits.*.message, '\n') }}
|
${{ join(github.event.commits.*.message, '\n') }}
|
||||||
mono framework4.8 compile: ${{ steps.build.conclusion }}
|
mono framework4.8 compile: ${{ steps.build.conclusion }}
|
||||||
|
|
||||||
- name: manual report to irc
|
- name: manual report to irc if from main OpenSim repository
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch' && github.repository_owner == 'opensim'
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
with:
|
with:
|
||||||
channel: "#opensim-dev"
|
channel: "#opensim-dev"
|
||||||
|
|||||||
8
.github/workflows/msbuildnet6.yml
vendored
8
.github/workflows/msbuildnet6.yml
vendored
@@ -39,8 +39,8 @@ jobs:
|
|||||||
name: LastDotNetAutoBuild
|
name: LastDotNetAutoBuild
|
||||||
files: LastDotNetBuild.zip
|
files: LastDotNetBuild.zip
|
||||||
|
|
||||||
- name: report push to irc
|
- name: report push to irc if from main OpenSim repository
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push' && github.repository_owner == 'opensim'
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
with:
|
with:
|
||||||
channel: "#opensim-dev"
|
channel: "#opensim-dev"
|
||||||
@@ -51,8 +51,8 @@ jobs:
|
|||||||
${{ join(github.event.commits.*.message, '\n') }}
|
${{ join(github.event.commits.*.message, '\n') }}
|
||||||
dotnet compile: ${{ steps.build.conclusion }}
|
dotnet compile: ${{ steps.build.conclusion }}
|
||||||
|
|
||||||
- name: manual report to irc
|
- name: manual report to irc if from main OpenSim repository
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch' && github.repository_owner == 'opensim'
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
with:
|
with:
|
||||||
channel: "#opensim-dev"
|
channel: "#opensim-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user