Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Apr 13, 2024
1 parent 2af8049 commit 4e0a4fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [labeled, opened, synchronize, reopened, auto_merge_enabled]
push:
branches:
- devnet
- main

jobs:
run-python-examples:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: Runs all general lints. This includes all linters except rust and d
name: "Check lints"
on:
pull_request:
types: [labeled, opened, synchronize, reopened, auto_merge_enabled]
# types: [labeled, opened, synchronize, reopened, auto_merge_enabled]
push:
branches:
- devnet
# branches:
# - main

jobs:
lints:
Expand Down

0 comments on commit 4e0a4fa

Please sign in to comment.