We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45c215 commit 168c0a1Copy full SHA for 168c0a1
.github/workflows/codeql.yml
@@ -35,7 +35,6 @@ jobs:
35
analyze:
36
name: Analyze
37
needs: trigger-mode
38
- if: contains(needs.trigger-mode.outputs.trigger-mode, '[go]')
39
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
40
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
41
permissions:
0 commit comments