Skip to content

Commit

Permalink
Fix release metadata workflow (netdata#16563)
Browse files Browse the repository at this point in the history
Fix release workflow

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
  • Loading branch information
tkatsoulas committed Dec 7, 2023
1 parent 5622c71 commit 5809d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/monitor-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ concurrency: # This keeps multiple instances of the job from running concurrentl
jobs:
update-stable-agents-metadata:
name: update-stable-agents-metadata
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 5809d93

Please sign in to comment.