Skip to content

Commit

Permalink
do not test last nightly on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 17, 2024
1 parent 381825e commit 8e311e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_with_current_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Build and Test with last nightly everyday @12PM

on:
pull_request:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '00 12 * * *'
- cron: '0 12 * * *'

jobs:
build_with_last_nightly:
Expand Down

0 comments on commit 8e311e2

Please sign in to comment.