From dba634acf071551af5966895868129836a790773 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Fri, 5 Jan 2024 14:50:54 -0400 Subject: [PATCH] dockee migrations --- .github/workflows/test-build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index cbc007c0c1..5cf654c0a0 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -116,12 +116,6 @@ jobs: permissions: contents: read - # We want to run on external PRs, but not on our own internal PRs as they'll be run - # by the push to the branch. This prevents duplicated runs on internal PRs. - # Some discussion of this here: - # https://github.community/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012 - if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository - steps: - uses: actions/checkout@v4 with: