From dd1603fa182d2882a41845c49a378338d8868ebf Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 13 Apr 2021 14:00:40 +0200 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yml | 1 - .github/workflows/dependabot.yml | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c93b77e..b3d5d543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI on: - push - - pull_request jobs: test: runs-on: ubuntu-20.04 diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index c65dc6f2..412cf492 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,9 +1,10 @@ name: Dependabot Automerge Check on: - - pull_request + - pull_request_target jobs: - worker: + auto-merge: + if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - name: Checkout code