Skip to content

Commit

Permalink
Limit the "Update Components Graph" github action (kubevirt#1941)
Browse files Browse the repository at this point in the history
the Update Components Graph github action works on any fork with a cron
expression. Then it fails every day and sends error email every day to
all the fork owners.

This PR limits the action to work only in the
kubevirt/hyperconverged-cluster-operator github repository.

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
  • Loading branch information
nunnatsa committed May 15, 2022
1 parent e116c59 commit d1f8e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/graphs-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build:
name: Update Components Graph
if: (github.repository == 'kubevirt/hyperconverged-cluster-operator')
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
Expand Down

0 comments on commit d1f8e13

Please sign in to comment.