Skip to content

Commit

Permalink
Disable workflows for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jul 5, 2024
1 parent 1f59deb commit 40577bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- pycli
- update-container-2

env:
# our GLIBC version is too old to support Node 20:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- pycli
- update-container-2

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- pycli
- update-container-2

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- pycli
- update-container-2

defaults:
run:
Expand Down

0 comments on commit 40577bc

Please sign in to comment.