[PWGHF] Fix potential bug in the eta selection function in the charm track femto task #16272
Workflow file for this run
This file contains hidden or 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
| --- | |
| name: Security approval | |
| 'on': | |
| pull_request_review: | |
| types: | |
| - edited | |
| - submitted | |
| permissions: {} | |
| jobs: | |
| clean: | |
| name: Security approval | |
| uses: alisw/ali-bot/.github/workflows/pr-security-approval.yml@master | |
| permissions: | |
| pull-requests: read # to get last commit for PR | |
| statuses: write # for set-github-status |