We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06b627 commit 3e1bac8Copy full SHA for 3e1bac8
.github/workflows/analysis.yml
@@ -40,7 +40,7 @@ jobs:
40
name: "Static analysis"
41
# Exclude runs on forks, since only the main org has the SonarCloud
42
# account credentials.
43
- if: github.repository == 'AcademySoftwareFoundation/rawtoaces'
+ #if: github.repository == 'AcademySoftwareFoundation/rawtoaces'
44
runs-on: ubuntu-latest
45
strategy:
46
fail-fast: false
0 commit comments