diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index ddc8dafa9..bda361d75 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 6a8d2f4a6..dcffbe900 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 03a2de797..519f64772 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/ldap-integration.yaml b/.github/workflows/ldap-integration.yaml index b88bd26c3..5d4129686 100644 --- a/.github/workflows/ldap-integration.yaml +++ b/.github/workflows/ldap-integration.yaml @@ -5,7 +5,7 @@ on: branches: - master -# This ensures that previous jobs for the PR are cancelled when the PR is +# This ensures that previous jobs for the PR are canceled when the PR is # updated. concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} @@ -23,7 +23,7 @@ jobs: - 389:389 - 636:636 env: - LDAP_ORGANISATION: "MinIO Inc" + LDAP_ORGANIZATION: "MinIO Inc" LDAP_DOMAIN: "min.io" LDAP_ADMIN_PASSWORD: "admin"