Skip to content

Commit 6b3f1ce

Browse files
committed
don'r run duplicated CI jobs in PR
1 parent e3ae047 commit 6b3f1ce

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/UnitTest.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
create:
4+
tags:
5+
push:
6+
branches:
7+
- master
8+
pull_request:
9+
schedule:
10+
- cron: '20 00 1 * *'
11+
512
jobs:
613
test:
714
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)