public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Eugene Rozenfeld <erozen@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/microsoft/heads/main)] Add workflow_dispatch to build and test yamls
Date: Thu, 27 May 2021 01:20:01 +0000 (GMT)	[thread overview]
Message-ID: <20210527012001.A84163847816@sourceware.org> (raw)

https://gcc.gnu.org/g:a7dab79089b19313fdc4fbf191376d9d05ba7760

commit a7dab79089b19313fdc4fbf191376d9d05ba7760
Author: Victor Tong <vitong@microsoft.com>
Date:   Wed Apr 28 10:59:00 2021 -0700

    Add workflow_dispatch to build and test yamls

Diff:
---
 .github/workflows/build.yaml    | 1 +
 .github/workflows/test-gcc.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 89ceaae0c42..ccab43c927c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -17,6 +17,7 @@ on:
       - 'releases/**'
       - 'develop/**'
       - 'gcc**'
+  workflow_dispatch:
 
 jobs:    
   build:
diff --git a/.github/workflows/test-gcc.yaml b/.github/workflows/test-gcc.yaml
index 9d54cfcf52d..e59bb629bb3 100644
--- a/.github/workflows/test-gcc.yaml
+++ b/.github/workflows/test-gcc.yaml
@@ -24,6 +24,7 @@ on:
   #  workflows: ["build"]
   #  types:
   #    - completed
+  workflow_dispatch:
 
 jobs:
   init:


                 reply	other threads:[~2021-05-27  1:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210527012001.A84163847816@sourceware.org \
    --to=erozen@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).