Add apache2 and libapache2-mod-wsgi-py3 to heat #243
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: Pull Request | |
| on: | |
| pull_request: | |
| jobs: | |
| modified_rocks: | |
| uses: ./.github/workflows/modified_rocks.yaml | |
| build-and-publish: | |
| needs: modified_rocks | |
| uses: ./.github/workflows/build_publish.yaml | |
| with: | |
| rocks: ${{ needs.modified_rocks.outputs.rocks }} | |
| publish: false |