Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Dec 5, 2023
1 parent 53a73e8 commit 008a616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/itest-noscience.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Fink-broker e2e workflow (noscience, self-hosted)"
on:
push:
schedule:
# At 03:00 UTC on every day-of-week from Monday through Friday.
- cron: '0 3 * * 1-5'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
required: true
registry_token:
required: true

env:
CIUXCONFIG: /tmp/ciux.sh
CIUX_VERSION: v0.0.1-rc8
Expand Down Expand Up @@ -72,7 +71,7 @@ jobs:
run: ciux ignite $PWD --itest --branch="$GHA_BRANCH_NAME"
- name: Create ktbx configuration
run: |
$HOME/.ktbx
mkdir -p $HOME/.ktbx
cat <<EOF > $HOME/.ktbx/config
kind:
# Supported only for clusters with one node
Expand Down

0 comments on commit 008a616

Please sign in to comment.