Skip to content

Commit 36ab2a5

Browse files
committed
ci: disable github CI temporarily
1 parent db3c09c commit 36ab2a5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313

1414
jobs:
1515
build:
16+
# Temporary guard while validating the Jenkins-backed PR workflow on the
17+
# `jenkins-ci-pipeline` branch without running the normal Docker build matrix.
18+
if: github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
1619
runs-on: ubuntu-latest
1720
strategy:
1821
matrix:
@@ -42,6 +45,7 @@ jobs:
4245
path: /tmp/star-sw-${{ env.STARENV }}.tar
4346

4447
test:
48+
if: github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
4549
runs-on: ubuntu-latest
4650
needs: build
4751
strategy:
@@ -68,6 +72,7 @@ jobs:
6872
sh -c "set -e; MALLOC_CHECK_=3 $TEST_CMD 2>&1 | tee log; grep 'Run completed' log"
6973
7074
ROOT5_test_doEvents:
75+
if: github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
7176
runs-on: ubuntu-latest
7277
needs: build
7378
strategy:
@@ -93,6 +98,7 @@ jobs:
9398
sh -c "set -e; $TEST_CMD 2>&1 | tee log; grep '<StIOMaker::Finish> IO:' log"
9499
95100
ROOT5_test_find_vertex:
101+
if: github.event.pull_request.head.ref != 'jenkins-ci-pipeline'
96102
runs-on: ubuntu-latest
97103
needs: build
98104
strategy:

0 commit comments

Comments
 (0)