Skip to content

Commit

Permalink
Update workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 25, 2024
1 parent 2e69cc3 commit 54234ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ env:
MAKEFLAGS: "-j2 V=0"

on:
workflow_dispatch:
workflow_run:
workflows: ["t8code CMake testsuite"]
types: [completed]
branches:
- main
- develop
- Cpack # for testing this script, all feature branches with "tarball" in their name
- Cpack
jobs:
on-success:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/create_from_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ on:
branches:
- main
- develop
- Cpack # for testing this script, all feature branches with "tarball" in their name
workflow_dispatch:
- Cpack

jobs:
on-success:
Expand Down

0 comments on commit 54234ea

Please sign in to comment.