Skip to content

Commit

Permalink
Fix yaml file issues (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchen8911 authored May 10, 2024
2 parents f72e040 + cf1b863 commit 2f29e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion docs/task_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Tasks are defined in a YAML format or received via HTTP/gRPC protocols. The Task
- Check the spec and status of nodes
- Check the spec and status of pods
- Run PromQL query
- Sleep for a specified duration
- Sleep for a specified duration

0 comments on commit 2f29e50

Please sign in to comment.