Skip to content

Commit

Permalink
fix(test): correct functional tests job names
Browse files Browse the repository at this point in the history
ref: #10
  • Loading branch information
jon-nfc committed Nov 7, 2024
1 parent 6335e18 commit e72114d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:

# should only run on dev/master and tag
functional-report:
name: Create Test Reports
name: Create Test Reports (Functional)
needs:
- functional-test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
badge-endpoint-functional:
name: Publish Badge endpoint files
name: Publish Badge endpoint files (Functional)
if: ${{ github.ref_name == 'master' || github.ref_name == 'development' }}
needs:
- functional-test
Expand Down

0 comments on commit e72114d

Please sign in to comment.