Skip to content

Commit

Permalink
chore: fix setup and release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 23, 2022
1 parent a1bb074 commit f893610
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
branches:
- main

#on:
# push:
# branches-ignore:
# - '**' # temporally ignore all


jobs:
prep-testbed:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: CI
on:
pull_request:

#on:
# push:
# branches-ignore:
# - '**' # temporally ignore all

jobs:
commit-lint:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: PR

#on:
# pull_request:

on:
push:
branches-ignore:
- '**' # temporally ignore all
pull_request:


jobs:
assign-label-to-pr:
Expand Down

0 comments on commit f893610

Please sign in to comment.