test(IDX): switch from main to tag #30
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Runs only when changes are made to the workflow itself | |
name: CLA Check Dev | |
on: | |
pull_request: | |
paths: | |
- .github/workflows/check_cla.yml | |
- .github/workflows/check_cla_dev.yml | |
- reusable_workflows/check_cla/** | |
- reusable_workflows/check_membership/** | |
jobs: | |
call-check-cla: | |
uses: ./.github/workflows/check_cla.yml | |
secrets: inherit |