p4lang / p4runtime

Specification documents for the P4Runtime control-plane API
Apache License 2.0
140 stars 86 forks source link

Update any-branch-uploads.yml to avoid dependabot-caused CI failures #439

Closed chrispsommers closed 1 year ago

chrispsommers commented 1 year ago

CI workflow in any-branch-uploads.yml fails if a dependabot initiated the PR. See example failure at https://github.com/p4lang/p4runtime/actions/runs/5468855168/jobs/9957044088#step:5:13.

Per https://github.com/p4lang/p4runtime/pull/437#issuecomment-1622580483, need to add a conditional to the workflow, e.g. if: ${{ github.actor != 'dependabot[bot]' }}