Skip to content

Commit 894b119

Browse files
authored
Disable CI workflow (#364)
1 parent 3b7e218 commit 894b119

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: build-and-test
22

33
run-name: Build & test for ${{ github.ref_name }} on ${{ github.sha }}
44

5-
on:
6-
push:
7-
branches:
8-
- 'main'
9-
- 'develop'
10-
pull_request:
11-
types: [opened, synchronize, reopened]
5+
# The workflow has been disabled because the self-hosted computer has been taken out of service for this project.
6+
#on:
7+
# push:
8+
# branches:
9+
# - 'main'
10+
# - 'develop'
11+
# pull_request:
12+
# types: [opened, synchronize, reopened]
1213

1314
# Cancel previous runs if new changes on PR/branch
1415
concurrency:

0 commit comments

Comments
 (0)