Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac authored Jan 30, 2025
1 parent ebc067e commit 3bef12d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: nightly

on:
workflow_dispatch :
branches :
- dev
schedule:
- cron: '0 0 * * *'
workflow_dispatch :

jobs:
run-on-dev:
if: github.ref == 'refs/heads/dev'
nightly:
runs-on: [self-hosted, Windows, X64, AX, APP]

steps:
Expand Down

0 comments on commit 3bef12d

Please sign in to comment.