Skip to content

Commit

Permalink
Skip refcache check for daily semconv build (#6048)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 23, 2025
1 parent 2abb69d commit b60cf33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
submodule_path_regex:
type: string
required: true
skip_ref_cache_check:
type: boolean
default: false

jobs:
build-and-test:
Expand Down Expand Up @@ -57,6 +60,7 @@ jobs:
name: REFCACHE updates?
needs: build-and-test
runs-on: ubuntu-latest
if: ${{ !inputs.skip_ref_cache_check }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-semconv-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: ./.github/workflows/build-dev.yml
with:
submodule_path_regex: semantic-conventions
skip_ref_cache_check: true

workflow-notification:
needs:
Expand Down

0 comments on commit b60cf33

Please sign in to comment.