Skip to content

Commit

Permalink
fix(workflows): don't run metric collector on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
LukoJy3D committed Apr 19, 2024
1 parent 4a05964 commit ce604ed
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 ce604ed

Please sign in to comment.