Skip to content

Commit f4fcb22

Browse files
committed
Enable cross-compiler tests on pushes and pull requests
1 parent 6755d18 commit f4fcb22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-cross.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Cross compilers
22

33
on:
4+
push:
45
pull_request:
5-
types: [opened, synchronize, reopened, labeled, unlabeled]
6-
workflow_dispatch:
76

87
# Restrict the GITHUB_TOKEN
98
permissions: {}
@@ -36,7 +35,6 @@ env:
3635
3736
jobs:
3837
non-cross:
39-
if: contains(github.event.pull_request.labels.*.name, 'run-crosscompiler-tests')
4038
runs-on: ubuntu-latest
4139
steps:
4240
- name: Checkout OCaml

0 commit comments

Comments
 (0)