Skip to content

Commit

Permalink
workflows/eval: run when base branch changed
Browse files Browse the repository at this point in the history
When the base branch changes, we need to run full eval again, because
the changed output paths depend on the base branch.
  • Loading branch information
wolfgangwalther committed Jan 9, 2025
1 parent b0831e2 commit b256c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/edited-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
name: Codeowners v2
uses: ./.github/workflows/codeowners-v2.yml

eval:
name: Eval
uses: ./.github/workflows/eval.yml

labels:
name: Label PR
uses: ./.github/workflows/labels.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Eval

on:
pull_request_target:
workflow_call:
push:
# Keep this synced with ci/request-reviews/dev-branches.txt
branches:
Expand Down

0 comments on commit b256c34

Please sign in to comment.