summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-22 11:53:31 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-22 11:53:31 +0000
commit0c8a6674cbf64f3ef39021f721429cae15ceb453 (patch)
treea92514b71a7b794559e2cc138956c65b79ac1d65 /.github
parent7c96ae8babc98a04804051d98a90046b9f688ab2 (diff)
downloadapr-0c8a6674cbf64f3ef39021f721429cae15ceb453.tar.gz
* .github/workflows/linux.yml: Do not run Linux workflow for pull requests
to 1.8.x branch. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 29b11ad11..8d5973e7e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -4,7 +4,7 @@ on:
push:
branches: [ "trunk", "1.8.x" ]
pull_request:
- branches: [ "trunk", "1.8.x" ]
+ branches: [ "trunk" ]
env:
MARGS: "-j2"