We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2dec8 commit 7ab95ddCopy full SHA for 7ab95dd
1 file changed
.github/workflows-src/build.yml
@@ -16,7 +16,7 @@ jobs:
16
build: #@ jobs_build()
17
unittest: #@ jobs_unittest()
18
inttest_critical:
19
- if: github.ref != 'refs/heads/master'
+ if: ! contains(fromJSON('["refs/heads/master", "refs/heads/beta", "refs/heads/release"]'), github.ref)
20
_: #@ template.replace(jobs_inttestcrit())
21
inttest:
22
if: contains(github.event.pull_request.labels.*.name, 'run integration tests')
0 commit comments