diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index 3eb27cd94..585913162 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -9,7 +9,6 @@ jobs: if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && (!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository)" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - uses: jacogr/action-approve@master with: authors: jacogr diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 93daba3cc..a90e96710 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -8,7 +8,6 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - uses: jacogr/action-merge@master with: checks: build,lint,test