diff --git a/.github/workflows/build-debian.yml b/.github/workflows/build-debian.yml index 636aeaf946..6ad1bd2f16 100644 --- a/.github/workflows/build-debian.yml +++ b/.github/workflows/build-debian.yml @@ -21,11 +21,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/build-nix.yml b/.github/workflows/build-nix.yml index 03c9c00046..538757e48d 100644 --- a/.github/workflows/build-nix.yml +++ b/.github/workflows/build-nix.yml @@ -49,11 +49,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/build-rhel.yml b/.github/workflows/build-rhel.yml index 4600186a49..dad6439862 100644 --- a/.github/workflows/build-rhel.yml +++ b/.github/workflows/build-rhel.yml @@ -22,11 +22,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/install-dependencies.yml b/.github/workflows/install-dependencies.yml index f842af303c..fda8bbce97 100644 --- a/.github/workflows/install-dependencies.yml +++ b/.github/workflows/install-dependencies.yml @@ -38,11 +38,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }}