Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 9, 2024
1 parent 72c6666 commit a41f7d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/contributing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
pull_request:
branches:
- main
- new_data_models # TODO: remove after we merge new_data_models into 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.ref_name }} # TODO: set to main after we merge new_data_models into main
prod-branch: ${{ github.ref_name }} # TODO: set to main after we merge new_data_models into main

0 comments on commit a41f7d8

Please sign in to comment.