Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

add workflow_dispatch to nightly integ tests #50

Merged
1 commit merged into from
Jan 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/nightly-integ-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
# 7am Mon - Fri, UTC: https://crontab.guru/#0_7_*_*_1-5
# This corresponds to 2-3am us/eastern (depending on daylight savings), or 11pm - midnight pacific
- cron: '0 7 * * 1-5'
workflow_dispatch: null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

havent done this w/ null before

Copy link
Contributor

@ewucc ewucc Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for allowing manual runs? I'm blind, you said this in the comments lol. I'm assuming this does the same as on: workflow_dispatch

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup!

name: integration tests
concurrency: integ-tests
jobs:
Expand Down