ask database for data entries to generate the zip file #346
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: Test | |
| on: | |
| push: | |
| branches-ignore: | |
| - master | |
| - next | |
| jobs: | |
| test: | |
| uses: Geode-solutions/actions/.github/workflows/py-test.yml@master | |
| with: | |
| repos: ${{ vars.REPOS }} | |
| secrets: inherit |