This is an automated email from the ASF dual-hosted git repository.
davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 0279f21 allow workflow dispatch on nightly tests
0279f21 is described below
commit 0279f2103bfd4f02449fbbcfb6dfbd52d3d6f39e
Author: Davin Shearer <[email protected]>
AuthorDate: Wed Jan 11 16:26:17 2023 -0500
allow workflow dispatch on nightly tests
---
.github/workflows/nightly.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index cb1613c..e6cbeae 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -17,6 +17,7 @@
name: Nightly Tests
on:
+ workflow_dispatch:
schedule:
- cron: '0 0 * * *'