diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fe19440a..c761d9b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,7 @@ concurrency: jobs: fetch: + name: Deploy runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/fetch_notes.yml b/.github/workflows/fetch_notes.yml index 77441a05..9d477f14 100644 --- a/.github/workflows/fetch_notes.yml +++ b/.github/workflows/fetch_notes.yml @@ -13,6 +13,7 @@ concurrency: jobs: fetch: + name: Fetch notes runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/fetch_tweets.yml b/.github/workflows/fetch_tweets.yml index 9d5f341c..4b477245 100644 --- a/.github/workflows/fetch_tweets.yml +++ b/.github/workflows/fetch_tweets.yml @@ -13,6 +13,7 @@ concurrency: jobs: fetch: + name: Fetch tweets runs-on: ubuntu-latest steps: - name: Checkout