Skip to content

Commit

Permalink
disable some tests for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 16, 2025
1 parent 6ac6eed commit 3902989
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/binary-compatibility-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
name: Binary Compatibility

on:
pull_request:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-prValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name: Pull Requests

on:
pull_request:
workflow_dispatch:

permissions: {}

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ name: Scalafmt
permissions: {}

on:
pull_request:
branches: ['**']
workflow_dispatch:

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/generate-doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
name: Generate doc check

on:
pull_request:

workflow_dispatch:
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Headers

on:
pull_request:
workflow_dispatch:

permissions: {}

Expand Down

0 comments on commit 3902989

Please sign in to comment.