Skip to content

Commit

Permalink
temporary testing for glr fleeting
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Sep 5, 2024
1 parent 30d9080 commit 6375f75
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nightly-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Nightly Testing

on:
schedule:
- cron: '0 6 * * *' # Runs at midnight Mountain every day
# schedule:
# - cron: '0 6 * * *' # Runs at midnight Mountain every day
workflow_dispatch:
# TODO: @WSTARR - temporary testing
pull_request:
branches: [main]
types: [milestoned, opened, synchronize]

# Abort prior jobs in the same workflow / PR
concurrency:
Expand Down

0 comments on commit 6375f75

Please sign in to comment.