Update elixir.yml

This commit is contained in:
Bryan Naegele 2021-09-12 19:27:27 -06:00 committed by GitHub
parent 4d758e89f5
commit e49b8e9b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
echo "::set-output name=matrix::$matrixStringifiedObject"
opentelemetry-phoenix:
needs: [test-matrix]
if: (contains(github.event.pull_request.labels.*.name, 'elixir') && contains(github.event.pull_request.labels.*.name, 'opentelemetry_phoenix') && contains(github.event.pull_request.labels.*.name, 'scope-ci'))
if: (contains(github.event.pull_request.labels.*.name, 'elixir') && contains(github.event.pull_request.labels.*.name, 'opentelemetry_phoenix'))
env:
app: 'opentelemetry_phoenix'
defaults: