Skip to content

Commit 8134177

Browse files
committed
Temporarily disable github actions on macOS Intel and JCSDA R&D cluster
1 parent 16e5510 commit 8134177

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/macos-ci-x86_64.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: macos-ci-x86_64-build
22
on:
3-
pull_request:
4-
paths-ignore:
5-
- 'doc/**'
6-
- '**.md'
7-
- '.github/ISSUE_TEMPLATE/*'
8-
- '.gitignore'
9-
workflow_dispatch:
3+
# Temporarily disabled 2024/03/18
4+
#pull_request:
5+
# paths-ignore:
6+
# - 'doc/**'
7+
# - '**.md'
8+
# - '.github/ISSUE_TEMPLATE/*'
9+
# - '.gitignore'
10+
#workflow_dispatch:
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/ubuntu-rnd-x86_64.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: ubuntu-rnd-x86_64-build
22
on:
3-
schedule:
4-
- cron: '0 0 * * *'
5-
workflow_dispatch:
3+
# Temporarily disabled 2024/03/18
4+
#schedule:
5+
# - cron: '0 0 * * *'
6+
#workflow_dispatch:
67

78
defaults:
89
run:

0 commit comments

Comments
 (0)