Skip to content

Commit

Permalink
Update .github/workflows/update-otel-cron.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
atoulme and mowies authored Dec 11, 2024
1 parent 204ef3c commit 40df500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-otel-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
update-otel:
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'open-telemetry' }}
if: github.repository_owner == 'open-telemetry'
steps:
- uses: actions/checkout@v4
- name: Update to latest opentelemetry-collector release
Expand Down

0 comments on commit 40df500

Please sign in to comment.