Skip to content

Commit

Permalink
Merge branch 'dev' into 504-app-test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac authored Jan 13, 2025
2 parents 814008f + 144fb1e commit 3e802c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: nightly

on:
schedule:
- cron: '0 7 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

jobs:
Expand All @@ -11,7 +11,7 @@ jobs:
matrix:
configuration: [Release]

runs-on: [self-hosted, Windows, X64, L3] # For a list of available runner types, refer to
runs-on: [self-hosted, Windows, X64, APP] # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
steps:
- name: Checkout
Expand All @@ -26,5 +26,5 @@ jobs:
env:
GH_TOKEN : ${{ secrets.GH_TOKEN }}
GH_USER : ${{ secrets.GH_USER }}
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 3 --do-publish
run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 3 --do-publish --apps-run

0 comments on commit 3e802c6

Please sign in to comment.