You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2023/01/17 04:35:19 UTC

[incubator-tuweni] branch main updated: run workflow manually

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new 48673b466 run workflow manually
     new e1b26b7d9 Merge pull request #491 from atoulme/make_script_executable
48673b466 is described below

commit 48673b466ba705b731cfca3d3b5e11cca2d780ab
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Jan 16 20:34:39 2023 -0800

    run workflow manually
---
 .github/workflows/mark-issues-as-stale.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/mark-issues-as-stale.yml b/.github/workflows/mark-issues-as-stale.yml
index ccc58861a..67904297c 100644
--- a/.github/workflows/mark-issues-as-stale.yml
+++ b/.github/workflows/mark-issues-as-stale.yml
@@ -19,6 +19,7 @@ name: 'Mark issues as stale'
 on:
   schedule:
     - cron: "27 3 * * 1-5" # Run at an arbitrary time on weekdays.
+  workflow_dispatch:
 
 jobs:
   mark-issues-as-stale:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org