Skip to content

Commit 9453b94

Browse files
committed
fix a typo
1 parent 6c91535 commit 9453b94

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci-ucx.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Build UCX cunumeric
22
on:
3-
on:
4-
push:
5-
branches:
6-
- "pull-request/[0-9]+"
7-
- "branch-*"
3+
push:
4+
branches:
5+
- "pull-request/[0-9]+"
6+
- "branch-*"
87
env:
98
COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}
109
PROJECT: github-cunumeric-ci

0 commit comments

Comments
 (0)