Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe3f124

Browse files
committed
Fixed workflow name. Fixed spelling.
1 parent ec410dd commit fe3f124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test conda release package
1+
name: Build and test
22

33
concurrency:
44
group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }}

.github/workflows/gh-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
DEPENDENCIES_FILE=""
7272
7373
if [ -z "${{ inputs.dependencies-file }}" ]; then
74-
DEPENDENCIES_FILE="${REPO_DIR}/continous_integration/no_dependencies.json"
74+
DEPENDENCIES_FILE="${REPO_DIR}/continuous_integration/no_dependencies.json"
7575
else
7676
DEPENDENCIES_FILE="${REPO_DIR}/${{ inputs.dependencies-file }}"
7777
fi
7878
79-
${REPO_DIR}/continous_integration/scripts/render-template.py ${REPO_DIR}/.github/actions/build/action.yml.j2 "${DEPENDENCIES_FILE}" ${REPO_DIR}/.github/actions/build/action.yml
79+
${REPO_DIR}/continuous_integration/scripts/render-template.py ${REPO_DIR}/.github/actions/build/action.yml.j2 "${DEPENDENCIES_FILE}" ${REPO_DIR}/.github/actions/build/action.yml
8080
8181
- name: Dump templates
8282
shell: bash --noprofile --norc -xeuo pipefail {0}

0 commit comments

Comments
 (0)