Skip to content

Commit

Permalink
chore: Filter scheduled actions to the main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Dec 13, 2024
1 parent ffdceac commit 565d097
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -21,6 +21,7 @@ on:

jobs:
analyze:
if: github.repository == 'unoplatform/uno'
name: Analyze (${{ matrix.language }})
# 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/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
triage:
if: github.repository == 'unoplatform/uno'
permissions:
contents: read
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
noResponse:
if: github.repository == 'unoplatform/uno'
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb # 0.5.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions: read-all

jobs:
analysis:
if: github.repository == 'unoplatform/uno'
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 565d097

Please sign in to comment.