Skip to content

Commit 1141bef

Browse files
authored
Merge pull request #922 from unoplatform/dev/jela/net10.1
chore: Adjust scheduled ci
2 parents 95b31dd + ce0e1b0 commit 1141bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
DIST_PATH: src/Uno.Wasm.Sample.RayTracer/bin/Release/net9.0/publish/wwwroot
2121

22-
if: (github.event_name == 'pull_request' && github.event.action != 'closed')
22+
if: (github.event_name == 'pull_request' && (github.event.action != 'closed' || github.event.action == 'schedule'))
2323
runs-on: ubuntu-latest
2424
container: 'unoplatform/wasm-build:3.0'
2525
name: Build and Deploy Job
@@ -83,7 +83,7 @@ jobs:
8383
path: artifacts-logs
8484

8585
- name: Publish to Azure Static WebApps
86-
if: ${{ github.ref != 'refs/heads/release/prod' }}
86+
if: ${{ github.ref != 'refs/heads/release/prod' && github.event.action != 'schedule' }}
8787
id: builddeploy_uno
8888
uses: Azure/[email protected]
8989
with:

0 commit comments

Comments
 (0)