Improve example env file to act as proper documentation #2715
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
name: Build and test back-end repo | |
on: [pull_request] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test_backend: | |
permissions: | |
contents: read | |
pull-requests: read | |
checks: write | |
uses: ./.github/workflows/backend_test_workflow.yaml |