Skip to content

Commit

Permalink
chore: temporarily disable CodeQL analysis workflow for pull requests
Browse files Browse the repository at this point in the history
Temporarily disable for pull requests until limiting rate API issue is resolved.

Reference: ubiquity#876
  • Loading branch information
gitcoindev committed Jan 19, 2024
1 parent c707b76 commit a1412a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CodeQL Analysis

on:
pull_request:
push:
branches:
- development
# pull_request: ## temporarily disable for pull requests until https://github.com/ubiquity/ubiquity-dollar/issues/876 is resolved.

jobs:
code-ql-analysis:
Expand Down

0 comments on commit a1412a9

Please sign in to comment.