Skip to content

Commit

Permalink
fix(workflows): don't run metric collector on forks (#12687)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukoJy3D authored Apr 23, 2024
1 parent ae180d6 commit 7253444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/metrics-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
main:
if: github.owner == "grafana"
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
Expand Down

0 comments on commit 7253444

Please sign in to comment.