Skip to content

Commit

Permalink
Remove Version Filter And Trigger Performance Tests On All Passing Runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sethAmazon committed Jan 3, 2022
1 parent a97655e commit 35a1e2a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,15 +1070,7 @@ jobs:
tar czvf $GITHUB_SHA.tar.gz build
aws s3 cp $GITHUB_SHA.tar.gz s3://aws-otel-collector-release-candidate/$GITHUB_SHA.tar.gz
- id: filter
uses: dorny/paths-filter@v2
with:
filters: |
version:
- 'VERSION'
- name: Trigger performance test
if: steps.filter.outputs.version == 'true'
uses: peter-evans/repository-dispatch@v1.1.1
with:
token: "${{ secrets.REPO_WRITE_ACCESS_TOKEN }}"
Expand Down

0 comments on commit 35a1e2a

Please sign in to comment.