Commit 8134177 1 parent 16e5510 commit 8134177 Copy full SHA for 8134177
File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : macos-ci-x86_64-build
2
2
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:
10
11
11
12
concurrency :
12
13
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : ubuntu-rnd-x86_64-build
2
2
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:
6
7
7
8
defaults :
8
9
run :
You can’t perform that action at this time.
0 commit comments