Skip to content

Commit

Permalink
GitHub workflows: Some renaming
Browse files Browse the repository at this point in the history
CMK-15099
  • Loading branch information
jherbel committed Nov 9, 2023
1 parent 60e01c1 commit d322d9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build_rcc:
uses: ./.github/workflows/rcc.yaml
build_robotmk:
uses: ./.github/workflows/robotmk.yaml
uses: ./.github/workflows/robotmk_build.yaml
release:
runs-on: ubuntu-latest
needs: [build_rcc, build_robotmk]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Robotmk"
name: "Build Robotmk"

on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml → .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: "Tests"

on: [push, pull_request]

Expand Down

0 comments on commit d322d9f

Please sign in to comment.