Skip to content

Commit

Permalink
Rename CI workflows to valid Windows names
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonfused committed Aug 9, 2023
1 parent d219bd0 commit 4209a53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Python PR trigger
on:
workflow_run:
workflows: ["ci:python"]
workflows: ["ci-python"]
types:
- completed
jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="/LICENSE">![License](https://img.shields.io/badge/⚖_License-BSD_3_Clause-lightblue?labelColor=3f4551)</a>
<a href="/CHANGELOG.md">![SemVer](https://img.shields.io/badge/dynamic/yaml?label=SemVer&logo=SemVer&labelColor=3f4551&color=f48042&prefix=v&query=$.version&url=https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/registry/project.json)</a>
<a href="https://github.com/acidanthera/OpenCorePkg/releases">![OpenCore](https://img.shields.io/badge/dynamic/yaml?label=OpenCore&logo=Osano&logoColor=0298e1&labelColor=3f4451&prefix=v&query=$.version&url=https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/registry/schema.json)</a>
<a href="https://github.com/Qonfused/OCE-Build/actions/workflows/ci:python.yml">![CI:Python](https://github.com/Qonfused/OCE-Build/actions/workflows/ci:python.yml/badge.svg?branch=main)</a>
<a href="https://github.com/Qonfused/OCE-Build/actions/workflows/ci-python.yml">![Python CI](https://github.com/Qonfused/OCE-Build/actions/workflows/ci-python.yml/badge.svg?branch=main)</a>

</div>

Expand Down

0 comments on commit 4209a53

Please sign in to comment.