From aaf033044d4382b4cf3bea64f9d0c3f592f4af59 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 26 Dec 2019 10:16:06 +0100 Subject: [PATCH] GH Actions: Only build on push This still captures all commits, but does not cover the merged state of the PR. All PRs need to be up-to-date before merging/rebasing, which is better practice anyway. --- .github/workflows/build_tests.yml | 2 +- .github/workflows/sitl_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 5feab8606e..f966f80894 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -1,6 +1,6 @@ name: Build Tests -on: [push, pull_request] +on: [push] jobs: build: diff --git a/.github/workflows/sitl_tests.yml b/.github/workflows/sitl_tests.yml index 22e58267d3..09e05443a0 100644 --- a/.github/workflows/sitl_tests.yml +++ b/.github/workflows/sitl_tests.yml @@ -1,6 +1,6 @@ name: SITL Tests -on: [push, pull_request] +on: [push] jobs: build: