diff --git a/.github/workflows/almalinux.yaml b/.github/workflows/almalinux.yaml index 1d8f2180..e2f02598 100644 --- a/.github/workflows/almalinux.yaml +++ b/.github/workflows/almalinux.yaml @@ -26,7 +26,7 @@ env: registry: 'quay.io/toolbx-images' # Prevent multiple workflow runs from racing to ensure that pushes are made -# sequentialy for the main branch. Also cancel in progress workflow runs for +# sequentially for the main branch. Also cancel in progress workflow runs for # pull requests only. concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/alpine.yaml b/.github/workflows/alpine.yaml index 76ec0c05..d970142f 100644 --- a/.github/workflows/alpine.yaml +++ b/.github/workflows/alpine.yaml @@ -26,7 +26,7 @@ env: registry: 'quay.io/toolbx-images' # Prevent multiple workflow runs from racing to ensure that pushes are made -# sequentialy for the main branch. Also cancel in progress workflow runs for +# sequentially for the main branch. Also cancel in progress workflow runs for # pull requests only. concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/amazonlinux.yaml b/.github/workflows/amazonlinux.yaml index e47a16ed..fa3e810c 100644 --- a/.github/workflows/amazonlinux.yaml +++ b/.github/workflows/amazonlinux.yaml @@ -26,7 +26,7 @@ env: registry: 'quay.io/toolbx-images' # Prevent multiple workflow runs from racing to ensure that pushes are made -# sequentialy for the main branch. Also cancel in progress workflow runs for +# sequentially for the main branch. Also cancel in progress workflow runs for # pull requests only. concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/centos.yaml b/.github/workflows/centos.yaml index c7d5c8db..29836ae4 100644 --- a/.github/workflows/centos.yaml +++ b/.github/workflows/centos.yaml @@ -26,7 +26,7 @@ env: registry: 'quay.io/toolbx-images' # Prevent multiple workflow runs from racing to ensure that pushes are made -# sequentialy for the main branch. Also cancel in progress workflow runs for +# sequentially for the main branch. Also cancel in progress workflow runs for # pull requests only. concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/debian.yaml b/.github/workflows/debian.yaml index a5af2bed..9f0a8a25 100644 --- a/.github/workflows/debian.yaml +++ b/.github/workflows/debian.yaml @@ -26,7 +26,7 @@ env: registry: 'quay.io/toolbx-images' # Prevent multiple workflow runs from racing to ensure that pushes are made -# sequentialy for the main branch. Also cancel in progress workflow runs for +# sequentially for the main branch. Also cancel in progress workflow runs for # pull requests only. concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/opensuse.yaml b/.github/workflows/opensuse.yaml index 115efb3b..5ec8efd8 100644 --- a/.github/workflows/opensuse.yaml +++ b/.github/workflows/opensuse.yaml @@ -26,7 +26,7 @@ env: registry: 'quay.io/toolbx-images' # Prevent multiple workflow runs from racing to ensure that pushes are made -# sequentialy for the main branch. Also cancel in progress workflow runs for +# sequentially for the main branch. Also cancel in progress workflow runs for # pull requests only. concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/rockylinux.yaml b/.github/workflows/rockylinux.yaml index 83a3a62b..3081f599 100644 --- a/.github/workflows/rockylinux.yaml +++ b/.github/workflows/rockylinux.yaml @@ -26,7 +26,7 @@ env: registry: 'quay.io/toolbx-images' # Prevent multiple workflow runs from racing to ensure that pushes are made -# sequentialy for the main branch. Also cancel in progress workflow runs for +# sequentially for the main branch. Also cancel in progress workflow runs for # pull requests only. concurrency: group: ${{ github.workflow }}-${{ github.ref }}