CI: Fix label Checker (#32770)

Fix label Checker
This commit is contained in:
yatinappsmith 2024-04-18 14:38:17 +05:30 committed by GitHub
parent fb275ec9cb
commit 655548d948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,11 @@ jobs:
matrix: ${{ steps.checkAll.outputs.matrix }} matrix: ${{ steps.checkAll.outputs.matrix }}
steps: steps:
# Checkout the code in the current branch in case the workflow is called because of a branch push event
- name: Checkout the head commit of the branch
if: inputs.pr == 0
uses: actions/checkout@v4
# Checks for ok-to-test label presence in PR # Checks for ok-to-test label presence in PR
- name: Check label - name: Check label
run: | run: |