Skip to content

Commit

Permalink
renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Jan 17, 2024
1 parent 4249d22 commit 89d0450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fets-challenge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: FeTS Challenge TaskRunner
name: GaNDLF TaskRunner

on:
pull_request:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Checkout the latest GaNDLF tag"
latestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)")
git checkout $latestTag
- name: FeTS Challenge Task Runner Test
- name: GaNDLF Task Runner Test
run: |
cd gandlf
pwd
Expand Down

0 comments on commit 89d0450

Please sign in to comment.