Skip to content

Commit

Permalink
Enable CI on generated PR action
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
  • Loading branch information
pierre-emmanuelJ committed Jan 23, 2025
1 parent b23cac4 commit 0e1f513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-public-tooling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: build-public-tooling
on:
workflow_dispatch:
push:
workflow_run:
workflows: ["check_and_regenerate_v3"]
types:
- completed

jobs:
build_public_tooling:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'version/*'
tags-ignore:
- 'v**' # Don't run CI tests on release tags
workflow_run:
workflows: ["check_and_regenerate_v3"]
types:
- completed

jobs:
CI:
Expand Down

0 comments on commit 0e1f513

Please sign in to comment.