Skip to content

Commit

Permalink
ci: 1.17.1 release (#47)
Browse files Browse the repository at this point in the history
* ci: 1.17.1 release
  • Loading branch information
kibae authored Mar 17, 2024
1 parent bfaedad commit 5d1a944
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asset-cache.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cache
name: Asset Cache

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name: CMake on Linux

on:
workflow_call:
workflows: [Cache]
workflow_run:
workflows: ["Asset Cache"]
types:
- completed
branches: [ "*" ]

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name: CMake on MacOS

on:
workflow_call:
workflows: [Cache]
workflow_run:
workflows: ["Asset Cache"]
types:
- completed
branches: [ "*" ]

jobs:
build:
Expand Down

0 comments on commit 5d1a944

Please sign in to comment.