Skip to content

Commit

Permalink
Renamed job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Jul 10, 2024
1 parent 369791e commit dae4bce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
- workflow_dispatch

jobs:
test-build:
Test:
uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main

analyze:
Analyze:
uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main
needs: test-build
needs: Test

release:
Release:
uses: BlockProject3D/workflows/.github/workflows/Release.yml@main
needs: test-build
needs: Test
secrets:
RELEASE_TOKEN: "this is not a secret"

0 comments on commit dae4bce

Please sign in to comment.