Skip to content

Commit

Permalink
fix: don't run scheduled EEA updater in forks
Browse files Browse the repository at this point in the history
Signed-off-by: sebthom <sebthom@users.noreply.github.com>
  • Loading branch information
sebthom authored and vorburger committed Sep 30, 2024
1 parent c112735 commit 346e460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-eea-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
build:
###########################################################
runs-on: ubuntu-latest
if: ${{ github.event_name != 'schedule' || github.repository == 'lastnpe/eclipse-null-eea-augments' }}

steps:
- name: "Show: GitHub context"
Expand Down

0 comments on commit 346e460

Please sign in to comment.