mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-09-02 01:29:23 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f714b0a3dd |
@@ -43,6 +43,7 @@ jobs:
|
|||||||
name: Telegram Channel Tests
|
name: Telegram Channel Tests
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
|
github.event_name == 'workflow_call' ||
|
||||||
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -58,6 +59,7 @@ jobs:
|
|||||||
name: Windows Build (${{ matrix.name }})
|
name: Windows Build (${{ matrix.name }})
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
|
github.event_name == 'workflow_call' ||
|
||||||
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
@@ -85,6 +87,7 @@ jobs:
|
|||||||
name: WASM WIT Compatibility
|
name: WASM WIT Compatibility
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
|
github.event_name == 'workflow_call' ||
|
||||||
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -108,6 +111,7 @@ jobs:
|
|||||||
name: Docker Build
|
name: Docker Build
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
|
github.event_name == 'workflow_call' ||
|
||||||
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
(github.event_name == 'pull_request' && github.base_ref != 'staging')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user