We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9854b3 commit 9c8a6b6Copy full SHA for 9c8a6b6
.github/workflows/on-release.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false # if one repo fails, continue with the others, it might be unrelated
23
matrix:
24
- repo: [PrairieLearnUBC/pl-ubc-opb000, PrairieLearnUBC/pl-ubc-opb100] # add more repos here
+ repo: [PrairieLearnUBC/pl-ubc-opb000, PrairieLearnUBC/pl-ubc-opb100, PrairieLearnUBC/pl-ubc-phys111, PrairieLearnUBC/pl-ubc-phys112, PrairieLearnUBC/pl-ubc-phys121,PrairieLearnUBC/pl-ubc-phys122, PrairieLearnUBC/pl-ubc-apsc181] # add more repos here
25
# if the token needs to be different per repo, add a token matrix using the extend matrix syntax
26
# as shown here: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#example-expanding-configurations
27
steps:
0 commit comments