Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 19, 2024
1 parent dcdd7f7 commit 6964884
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-noscience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-science.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6964884

Please sign in to comment.