Skip to content

Commit

Permalink
Disable actions codeql and stale on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Dec 18, 2023
1 parent 7696533 commit ed71373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:

jobs:
analyze:
if: github.repository == 'public-ui/kolibri'
name: Analyze
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
stale:
if: github.repository == 'public-ui/kolibri'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
Expand Down

0 comments on commit ed71373

Please sign in to comment.