From: Cyrill Gorcunov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tml <tarantool-patches@dev.tarantool.org>
Cc: Alexander Turenko <alexander.turenko@tarantool.org>
Subject: [Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest`
Date: Fri, 16 Jul 2021 18:48:53 +0300 [thread overview]
Message-ID: <20210716154853.65195-1-gorcunov@gmail.com> (raw)
We use `-notest` postfix when wanna share
the code only, without running tests. And
for FreeBSD template the snippet has been
missed. Add it.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
.github/workflows/freebsd.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml
index 78f10f02c..453fdd335 100644
--- a/.github/workflows/freebsd.yml
+++ b/.github/workflows/freebsd.yml
@@ -14,8 +14,9 @@ name: freebsd
freebsd:
# We want to run on external PRs, but not on our own internal PRs
# as they'll be run by the push to the branch.
- if: github.event_name == 'push' ||
- github.event.pull_request.head.repo.full_name != github.repository
+ if: ( github.event_name == 'push' ||
+ github.event.pull_request.head.repo.full_name != github.repository ) &&
+ ! endsWith(github.ref, '-notest')
runs-on: freebsd-sh
--
2.31.1
next reply other threads:[~2021-07-16 15:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-16 15:48 Cyrill Gorcunov via Tarantool-patches [this message]
2021-07-16 15:50 ` Cyrill Gorcunov via Tarantool-patches
2021-07-16 18:55 ` Alexander Turenko via Tarantool-patches
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=20210716154853.65195-1-gorcunov@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=alexander.turenko@tarantool.org \
--cc=gorcunov@gmail.com \
--subject='Re: [Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest`' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox