Skip to content

Commit

Permalink
Merge pull request #922 from unoplatform/dev/jela/net10.1
Browse files Browse the repository at this point in the history
chore: Adjust scheduled ci
  • Loading branch information
jeromelaban authored Nov 13, 2024
2 parents 95b31dd + ce0e1b0 commit 1141bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
DIST_PATH: src/Uno.Wasm.Sample.RayTracer/bin/Release/net9.0/publish/wwwroot

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

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

0 comments on commit 1141bef

Please sign in to comment.