Skip to content

Commit 1eef761

Browse files
committed
btrfs-progs: ci: adjust worflow triggers and cleanups
Add python bindings to the cleanup scripts. Remove CodeQL run from pull requests, this is not useful at the moment as there are too many open issues so we won't spot new ones. [ci skip] Signed-off-by: David Sterba <dsterba@suse.com>
1 parent ff063b7 commit 1eef761

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ run-name: "CodeQL (Advanced)"
1717

1818
on:
1919
push:
20-
branches: [ "devel", "master" ]
21-
pull_request:
22-
branches: [ "devel" ]
20+
branches:
21+
- devel
22+
- master
2323

2424
jobs:
2525
analyze:

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ name: Pull request build and tests
1010
run-name: Pull request build and tests
1111
on:
1212
pull_request:
13-
branches: [ "devel", "master" ]
13+
branches:
14+
- devel
15+
- master
1416
jobs:
1517
build:
1618
runs-on: ubuntu-24.04

ci/actions/keep-last-week

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ clean_workflow "Codespell"
4444
clean_workflow "CI image tests"
4545
clean_workflow "Sanitizer checks"
4646
clean_workflow "CodeQL (Advanced)"
47+
clean_workflow "Python bindings tests"

0 commit comments

Comments
 (0)