Skip to content

Commit

Permalink
see local directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Oct 15, 2024
1 parent ac28817 commit 76cf95d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- '.github/workflows/ansible.yml'
- 'deployments/ansible/**'
- '!**.md'
- '!packaging/technical-addon/**'
schedule:
- cron: '0 0 * * 1,4' # Every Monday and Thrusday at midnight UTC

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auto-instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'instrumentation/**'
- 'internal/**'
- '!**.md'
- '!packaging/technical-addon/**'

concurrency:
group: auto-instrumentation-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- 'go.mod'
- 'go.sum'
- '!**.md'
- '!packaging/technical-addon/**'

concurrency:
group: integration-test-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'Makefile'
- 'Makefile.Common'
- '!**.md'
- '!packaging/technical-addon/**'

concurrency:
group: linux-package-test-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- 'go.sum'
- '!**.md'
- '!packaging/**'
- '!packaging/technical-addon/**'

env:
GO_VERSION: '1.22.7'
Expand Down
2 changes: 2 additions & 0 deletions packaging/technical-addon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ generate-technical-addon: env-guard-all
# Should only have affect if otelcol or download make targets were run first
# Running make download-otelcol will overwrite anything locally created
cp -R bin/ $(BUILD_DIR)/out/
ls -lAh bin/
pwd

.PHONY: env-guard-all
env-guard-all:
Expand Down

0 comments on commit 76cf95d

Please sign in to comment.