diff --git a/.github/workflows/e2e-gha.yaml b/.github/workflows/e2e-gha.yaml index a4c6ec6a..b8848b11 100644 --- a/.github/workflows/e2e-gha.yaml +++ b/.github/workflows/e2e-gha.yaml @@ -9,7 +9,6 @@ env: CIUX_VERSION: v0.0.1-rc12 GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }} NOSCIENCE: true - MINIMAL: true jobs: build: name: Build image diff --git a/.github/workflows/e2e-noscience.yaml b/.github/workflows/e2e-noscience.yaml index 07050065..e68755bf 100644 --- a/.github/workflows/e2e-noscience.yaml +++ b/.github/workflows/e2e-noscience.yaml @@ -9,7 +9,6 @@ jobs: call-workflow-passing-data: uses: ./.github/workflows/e2e.yml with: - minimal: true noscience: true secrets: registry_username: ${{ secrets.REGISTRY_USERNAME }} diff --git a/.github/workflows/e2e-science.yaml b/.github/workflows/e2e-science.yaml index 61ac8904..9c7cd9dd 100644 --- a/.github/workflows/e2e-science.yaml +++ b/.github/workflows/e2e-science.yaml @@ -14,7 +14,6 @@ jobs: call-workflow-passing-data: uses: ./.github/workflows/e2e.yml with: - minimal: false noscience: false secrets: registry_username: ${{ secrets.REGISTRY_USERNAME }} diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index e8260a37..e425cc21 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -18,7 +18,6 @@ env: CIUXCONFIG: /tmp/ciux.sh CIUX_VERSION: v0.0.1-rc12 GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }} - MINIMAL: ${{ inputs.minimal }} NOSCIENCE: ${{ inputs.noscience }} # Override the self-hosted runner value POD_NAMESPACE: default