Skip to content

test

test #27

Workflow file for this run

name: Contributing
on:
pull_request:
branches:
- main
- new_data_models # TODO: remove after we merge new_data_models into main
- validate_existing_contributor # TODO: remove after testing
jobs:
validate-existing-contributors:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@validate_existing_contributor # TODO: set to @main
with:
prod-branch: ${{ github.base_ref }} # TODO: set to main after we merge new_data_models into main