Skip to content

Commit

Permalink
Readd support package label use
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Jun 3, 2024
1 parent 9e334fd commit 78a8fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
public-support-packages-bucket: ${{ needs.init.outputs.public-support-packages-bucket }}
if: |
always() &&
(github.event_name == 'push' && github.ref_name == 'master')
((github.event_name == 'push' && github.ref_name == 'master') ||
contains(github.event.pull_request.labels.*.name, 'test-support-packages'))
needs:
- init
- build-drivers
Expand Down

0 comments on commit 78a8fcf

Please sign in to comment.