Skip to content

Commit

Permalink
Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Jun 14, 2023
1 parent 5debfc8 commit bdbf825
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
handle-ci-label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
sparse-checkout: .github/workflows/build.yml

- name: Call `build` workflow
if: github.event.label.name == 'ci:fulltest'
uses: ./.github/workflows/build.yml

0 comments on commit bdbf825

Please sign in to comment.