Skip to content

Commit

Permalink
Update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 25, 2024
1 parent a30b2fe commit 8ace647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
on:
workflow_dispatch:
workflow_run:
workflows: [t8code CMake testsuite]
workflows: ["t8code CMake testsuite"]
types: [completed]
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_from_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
on:
push:
workflow_run:
workflows: [Build tarball using CMake]
workflows: ["Build tarball using CMake"]
types: [completed]
branches:
- main
Expand Down

0 comments on commit 8ace647

Please sign in to comment.