Skip to content

Commit 95aa79f

Browse files
authored
ci: sync progress in kata branches (#612)
1 parent 6316dcf commit 95aa79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update-progress:
1111
runs-on: ubuntu-22.04
1212
timeout-minutes: 1
13-
if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.workflow_run.head_commit.message, 'kata/') }}
13+
if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.workflow_run.head_branch, 'kata/') }}
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)