Skip to content

Commit c513e78

Browse files
authored
remove 'run_ci' flag check from CI
1 parent 826fc6e commit c513e78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
- main
66
tags: '*'
77
pull_request:
8-
# schedule:
9-
# - cron: '42 10,22 * * *'
108
jobs:
119
test:
1210
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
1311
runs-on: ${{ matrix.os }}
14-
if: ${{ contains(github.event.head_commit.message, 'run_ci') }}
12+
# if: ${{ contains(github.event.head_commit.message, 'run_ci') }}
1513
strategy:
1614
matrix:
1715
version:

0 commit comments

Comments
 (0)