Skip to content

Commit 529cf2f

Browse files
committed
Always trigger CI
1 parent f853c1a commit 529cf2f

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/zjit-macos.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ on:
44
branches:
55
- master
66
- zjit-fork-ci
7-
paths-ignore:
8-
- 'doc/**'
9-
- '**/man/*'
10-
- '**.md'
11-
- '**.rdoc'
12-
- '**/.document'
13-
- '.*.yml'
147
pull_request:
158
types:
169
- opened
@@ -57,14 +50,6 @@ jobs:
5750

5851
runs-on: macos-14
5952

60-
if: >-
61-
${{!(false
62-
|| contains(github.event.head_commit.message, '[DOC]')
63-
|| contains(github.event.pull_request.title, '[DOC]')
64-
|| contains(github.event.pull_request.labels.*.name, 'Documentation')
65-
|| (github.event.pull_request.user.login == 'dependabot[bot]' && !startsWith(github.head_ref, 'dependabot/cargo'))
66-
)}}
67-
6853
steps:
6954
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7055
with:

.github/workflows/zjit-ubuntu.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ on:
44
branches:
55
- master
66
- zjit-fork-ci
7-
paths-ignore:
8-
- 'doc/**'
9-
- '**/man/*'
10-
- '**.md'
11-
- '**.rdoc'
12-
- '**/.document'
13-
- '.*.yml'
147
pull_request:
158
types:
169
- opened
@@ -29,14 +22,6 @@ jobs:
2922

3023
runs-on: ubuntu-22.04
3124

32-
if: >-
33-
${{!(false
34-
|| contains(github.event.head_commit.message, '[DOC]')
35-
|| contains(github.event.pull_request.title, '[DOC]')
36-
|| contains(github.event.pull_request.labels.*.name, 'Documentation')
37-
|| (github.event.pull_request.user.login == 'dependabot[bot]' && !startsWith(github.head_ref, 'dependabot/cargo'))
38-
)}}
39-
4025
steps:
4126
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4227
with:

0 commit comments

Comments
 (0)