Skip to content

Commit

Permalink
ci: prevent the 'create_db_derivatives' action from running on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Mar 3, 2023
1 parent 81fef76 commit 0ffb218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_db_derivatives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:

jobs:
createDerivativeDatabases:
if: github.repository == 'sdr-enthusiasts/plane-alert-db'
name: Update derivative databases
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0ffb218

Please sign in to comment.