We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cbe0a commit 0e4a5a1Copy full SHA for 0e4a5a1
2 files changed
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ concurrency:
25
26
jobs:
27
build:
28
+ if: github.repository == 'apache/cloudstack'
29
runs-on: ubuntu-22.04
30
31
strategy:
.github/workflows/main-sonar-check.yml
@@ -24,6 +24,7 @@ on:
24
name: Main Sonar JaCoCo Build
steps:
0 commit comments