Skip to content

Commit

Permalink
only run some ci in tensorchord
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Sep 27, 2022
1 parent cfefb15 commit 5cb30f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:

jobs:
dependabot:
if: github.repository == 'tensorchord/envd'
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
Expand All @@ -27,6 +28,7 @@ jobs:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
changelog:
if: github.repository == 'tensorchord/envd'
runs-on: ubuntu-latest
if: ${{ github.actor == 'github-actions[bot]' }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
generate_changelog:
if: github.repository == 'tensorchord/envd'
runs-on: ubuntu-latest
name: Generate changelog
steps:
Expand Down

0 comments on commit 5cb30f3

Please sign in to comment.