Skip to content

Commit

Permalink
Rename CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Mar 14, 2024
1 parent 0fb157e commit dc2b29a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/CI-build.yml
uses: ./.github/workflows/ci-build.yml

icons:
name: "🎨 Icons"
uses: ./.github/workflows/CI-icons.yml
uses: ./.github/workflows/ci-icons.yml

instrumentation:
name: "🧪 Instrumentation Tests on" # / API ${{ matrix.api }} will be appended by used workflow.
needs: validate
uses: ./.github/workflows/CI-instrumentation.yml
uses: ./.github/workflows/ci-instrumentation.yml

0 comments on commit dc2b29a

Please sign in to comment.