You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by da...@apache.org on 2023/03/16 23:29:24 UTC

[daffodil-vscode] branch main updated: allow workflow dispatch on nightly tests

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 <22...@users.noreply.github.com>
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 * * *'