This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Trigger AWS Graviton 3 CI job only for develop and release branches
tags/v0.3.25^2
Ralf Gommers
2 years ago
parent
2418a20f1f
commit
8613632dc5
1 changed files
with
9 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
.github/workflows/arm64_graviton.yml
+ 9
- 1
.github/workflows/arm64_graviton.yml
View File
@@ -1,6 +1,14 @@
name: arm64 graviton cirun
name: arm64 graviton cirun
on: [push, pull_request]
on:
push:
branches:
- develop
- release-**
pull_request:
branches:
- develop
- release-**
concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Write
Preview
Loading…
Cancel
Save