From e464cf6f36ca6b282f25d2e0e3ff1201599f3cba Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 16 Oct 2024 12:40:17 -0600 Subject: [PATCH] Update small typo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 84b46e3..ea6fa3e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ on: push: branches: [main] -# Ensure that only once instance of this workflow executes at a time. +# Ensure that only one instance of this workflow executes at a time. # If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending. concurrency: ${{ github.workflow }}