Skip to content

Commit

Permalink
Merge pull request OpenAtomFoundation#211 from wangshao1/optimize-rsy…
Browse files Browse the repository at this point in the history
…nc-wangsy

remove unused code
  • Loading branch information
chejinge authored Jul 24, 2023
2 parents 6fa3717 + f48726b commit 1e7750b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "unstable", "*" ]
branches: [ "unstable" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "unstable", "*" ]
branches: [ "unstable" ]
schedule:
- cron: '25 19 * * 6'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Codis

on:
push:
branches: [ "unstable", "*"]
branches: [ "unstable" ]
pull_request:
branches: [ "unstable", "*"]
branches: [ "unstable" ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Pika

on:
push:
branches: [ "unstable", "*" ]
branches: [ "unstable" ]
pull_request:
branches: [ "unstable", "*" ]
branches: [ "unstable" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tools_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Tools_go_build

on:
push:
branches: [ "unstable", "*" ]
branches: [ "unstable" ]
paths:
- 'tools/**'
pull_request:
branches: [ "unstable", "*" ]
branches: [ "unstable" ]
paths:
- 'tools/**'

Expand Down

0 comments on commit 1e7750b

Please sign in to comment.