Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nannan00 committed Nov 13, 2023
1 parent 8fb4456 commit 6e9d5d6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bk-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: bklogin_ci_check
on:
push:
branches: [ main, pre_*, ft_*, release/* ]
paths:
- "src/bk-login/**"
- "src/idp-plugins/**"
# paths:
# - "src/bk-login/**"
# - "src/idp-plugins/**"
pull_request:
branches: [ main, pre_*, ft_*, release/* ]
paths:
- "src/bk-login/**"
- "src/idp-plugins/**"
# paths:
# - "src/bk-login/**"
# - "src/idp-plugins/**"
jobs:
check:
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/bk-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: bkuser_ci_check
on:
push:
branches: [ main, pre_*, ft_*, release/* ]
paths:
- "src/bk-user/**"
- "src/idp-plugins/**"
# paths:
# - "src/bk-user/**"
# - "src/idp-plugins/**"
pull_request:
branches: [ main, pre_*, ft_*, release/* ]
paths:
- "src/bk-user/**"
- "src/idp-plugins/**"
# paths:
# - "src/bk-user/**"
# - "src/idp-plugins/**"
jobs:
check:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/idp-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: idp_plugin_ci_check
on:
push:
branches: [ main, pre_*, ft_*, release/* ]
paths:
- "src/idp-plugins/**"
# paths:
# - "src/idp-plugins/**"
pull_request:
branches: [ main, pre_*, ft_*, release/* ]
paths:
- "src/idp-plugins/**"
# paths:
# - "src/idp-plugins/**"
jobs:
check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e9d5d6

Please sign in to comment.