diff --git a/.github/workflows/ARM.yml b/.github/workflows/ARM.yml index cc56b7466..66f68366d 100644 --- a/.github/workflows/ARM.yml +++ b/.github/workflows/ARM.yml @@ -1,9 +1,13 @@ -name: GitHub Actions +name: Main (ARM) -on: [ push, pull_request ] +on: + push: + branches: + - master + pull_request: jobs: - build-test-oracle: + build-test-arm: name: Build and Test ARM64 runs-on: [self-hosted, linux, ARM64] timeout-minutes: 15 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc9312f58..218796192 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,10 @@ -name: GitHub Actions +name: Main (x64) -on: [ pull_request, push ] +on: + push: + branches: + - master + pull_request: jobs: build-test: