Skip to content

Commit 6c91535

Browse files
committed
Only on push request
1 parent 64fd6c8 commit 6c91535

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/ci-ucx.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Build UCX cunumeric
22
on:
3-
push:
4-
branches-ignore:
5-
- gh-pages # deployment target branch (this workflow should not exist on that branch anyway)
6-
pull_request:
7-
branches-ignore:
8-
- gh-pages # deployment target branch (this workflow should not exist on that branch anyway)
9-
schedule:
10-
# * is a special character in YAML so you have to quote this string
11-
- cron: '0 */6 * * *'
3+
on:
4+
push:
5+
branches:
6+
- "pull-request/[0-9]+"
7+
- "branch-*"
128
env:
139
COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}
1410
PROJECT: github-cunumeric-ci

0 commit comments

Comments
 (0)