Skip to content

Commit 7ab95dd

Browse files
committed
Only run int tests on PRs
1 parent 5d2dec8 commit 7ab95dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows-src/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build: #@ jobs_build()
1717
unittest: #@ jobs_unittest()
1818
inttest_critical:
19-
if: github.ref != 'refs/heads/master'
19+
if: ! contains(fromJSON('["refs/heads/master", "refs/heads/beta", "refs/heads/release"]'), github.ref)
2020
_: #@ template.replace(jobs_inttestcrit())
2121
inttest:
2222
if: contains(github.event.pull_request.labels.*.name, 'run integration tests')

0 commit comments

Comments
 (0)