diff --git a/.github/workflows/asf-allowlist-check.yml b/.github/workflows/asf-allowlist-check.yml index a2a36d4bb..d642d5c59 100644 --- a/.github/workflows/asf-allowlist-check.yml +++ b/.github/workflows/asf-allowlist-check.yml @@ -24,11 +24,11 @@ name: "ASF Allowlist Check" on: - pull_request: - types: [opened, synchronize, reopened, ready_for_review] push: branches: - main + pull_request: + types: [opened, synchronize, reopened, ready_for_review] permissions: contents: read diff --git a/.github/workflows/aws_test.yml b/.github/workflows/aws_test.yml index cb486034b..7726b94a7 100644 --- a/.github/workflows/aws_test.yml +++ b/.github/workflows/aws_test.yml @@ -20,8 +20,7 @@ name: AWS Tests on: push: branches: - - '**' - - '!dependabot/**' + - main tags: - '**' pull_request: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0060e8ffc..2c03085eb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,10 +21,12 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: + - main pull_request: types: [opened, synchronize, reopened, ready_for_review] - branches: [ "main" ] + branches: + - main schedule: - cron: '16 4 * * 1' diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 304d1a58b..49b056afe 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -27,12 +27,12 @@ on: - 'cmake_modules/**' pull_request: types: [opened, synchronize, reopened, ready_for_review] + branches: + - main paths-ignore: - '.github/**' - 'ci/**' - 'cmake_modules/**' - branches: - - main concurrency: group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }} diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 417f1d5dd..b79c9808a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,12 +18,12 @@ name: pre-commit on: - pull_request: - types: [opened, synchronize, reopened, ready_for_review] push: branches: - '**' - '!dependabot/**' + pull_request: + types: [opened, synchronize, reopened, ready_for_review] concurrency: group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }} diff --git a/.github/workflows/sanitizer_test.yml b/.github/workflows/sanitizer_test.yml index 48eb57846..f5eea55b9 100644 --- a/.github/workflows/sanitizer_test.yml +++ b/.github/workflows/sanitizer_test.yml @@ -20,8 +20,7 @@ name: ASAN and UBSAN Tests on: push: branches: - - '**' - - '!dependabot/**' + - main tags: - '**' pull_request: diff --git a/.github/workflows/sql_catalog_test.yml b/.github/workflows/sql_catalog_test.yml index 905b4a06c..654a1abd7 100644 --- a/.github/workflows/sql_catalog_test.yml +++ b/.github/workflows/sql_catalog_test.yml @@ -20,8 +20,7 @@ name: SQL Catalog Tests on: push: branches: - - '**' - - '!dependabot/**' + - main tags: - '**' pull_request: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23fcc2d1c..66222c653 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,7 @@ name: Test on: push: branches: - - '**' - - '!dependabot/**' + - main tags: - '**' pull_request: diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 9b57dad34..820196470 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -21,10 +21,10 @@ name: GitHub Actions Security Analysis with zizmor 🌈 on: push: - branches: ["main"] + branches: + - main pull_request: types: [opened, synchronize, reopened, ready_for_review] - branches: ["**"] concurrency: group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}