diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index dcb8a933..b9d68cdc 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -59,7 +59,7 @@ jobs: codeql: name: CodeQL - if: github.event_name != 'pull_request' || !github.event.pull_request.draft + # if: github.event_name != 'pull_request' || !github.event.pull_request.draft runs-on: ubuntu-22.04 strategy: matrix: diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index bfbee040..19708bd1 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -1,8 +1,8 @@ name: Pull Request on: - pull_request: - branches: [main] + # pull_request: + # branches: [main] concurrency: # PR open and close use the same group, allowing only one at a time