Log a warning when an executable is found, but does not have the exec… #18
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
# This runs jobs which pyiron modules should run when a PR target is opened | |
name: PR opened | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
pyiron: | |
uses: pyiron/actions/.github/workflows/[email protected] | |
secrets: inherit |