From 60d636559535148ddfde192363c044c149b953ae Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Mon, 10 Jun 2024 12:32:32 +0100 Subject: [PATCH] docs: clarify that this is GE2024-related --- .github/workflows/fetch_candidates.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fetch_candidates.yml b/.github/workflows/fetch_candidates.yml index 096f30509..bfe6e7076 100644 --- a/.github/workflows/fetch_candidates.yml +++ b/.github/workflows/fetch_candidates.yml @@ -1,4 +1,4 @@ -name: Fetch candidates +name: Fetch GE2024 candidates on: workflow_dispatch: @@ -13,7 +13,7 @@ concurrency: jobs: fetch: - name: Fetch candidates + name: Fetch GE2024 candidates runs-on: ubuntu-latest steps: - name: Checkout @@ -40,7 +40,7 @@ jobs: - name: Copy files into place run: cp -r previous/* output - - name: Fetch candidates + - name: Fetch GE2024 candidates run: poetry run python -m x_notes.fetch_candidates - name: Deploy 🚀