We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81b1c6 commit 75f4398Copy full SHA for 75f4398
.github/workflows/ARM.yml
@@ -1,9 +1,13 @@
1
-name: GitHub Actions
+name: Main (ARM)
2
3
-on: [ push, pull_request ]
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
jobs:
- build-test-oracle:
10
+ build-test-arm:
11
name: Build and Test ARM64
12
runs-on: [self-hosted, linux, ARM64]
13
timeout-minutes: 15
.github/workflows/main.yml
@@ -1,6 +1,10 @@
+name: Main (x64)
-on: [ pull_request, push ]
build-test:
0 commit comments