Skip to content

Commit

Permalink
docs: clarify that this is GE2024-related
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jun 10, 2024
1 parent 13c6865 commit 60d6365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fetch_candidates.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Fetch candidates
name: Fetch GE2024 candidates

on:
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ concurrency:

jobs:
fetch:
name: Fetch candidates
name: Fetch GE2024 candidates
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -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 🚀
Expand Down

0 comments on commit 60d6365

Please sign in to comment.