fix: scheduled workflow namespace environment variable #31
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
name: On Pull Request | |
# On pull_request, we: | |
# * always build the rocks | |
# * always run tests | |
on: | |
pull_request: | |
jobs: | |
tests: | |
name: Run Tests | |
uses: ./.github/workflows/integrate.yaml |