Skip to content

Commit

Permalink
Move nightly Datadog agent protobuf validation to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
bantonsson committed May 15, 2024
1 parent e4c1985 commit 4e8c9e6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 'Nightly verify trace-protobuf'
name: 'Weekly verify trace-protobuf'

on:
schedule:
- cron: '0 2 * * 1-5'
- cron: '0 2 * * 1'

env:
DATADOG_AGENT_TAG: "main"

jobs:
nightly-verify-proto-files:
weekly-verify-proto-files:
name: "Verify trace-protobuf .proto files are in sync with datadog-agent"
runs-on: ubuntu-latest
environment: nightlies
Expand Down

0 comments on commit 4e8c9e6

Please sign in to comment.