Skip to content

Commit d586c81

Browse files
committed
Always run the tests
1 parent e3accd9 commit d586c81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515

1616
jobs:
1717
core-tests:
18-
if: github.event_name == 'pull_request'
1918
runs-on: ubuntu-latest
2019
steps:
2120
- uses: actions/checkout@v4
@@ -33,7 +32,6 @@ jobs:
3332
-Dgeb.env=chromeHeadless
3433
3534
functional-test:
36-
if: github.event_name == 'pull_request'
3735
runs-on: ubuntu-latest
3836
strategy:
3937
matrix:

0 commit comments

Comments
 (0)