From aaa7973906dc1ebe3214f2a4f33052ddc7e3fbbf Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Thu, 27 May 2021 10:39:51 +0200 Subject: [PATCH] Update dataset_measure.yml --- .github/workflows/dataset_measure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dataset_measure.yml b/.github/workflows/dataset_measure.yml index f7d840e1400..594daf701ab 100644 --- a/.github/workflows/dataset_measure.yml +++ b/.github/workflows/dataset_measure.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - repo: [rails/rails, discourse/discourse, spree/spree] + repo: [github/codeql] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2