Skip to content

Commit

Permalink
Allow builds from a forked PR to access secrets on approval (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
papa99do authored Nov 1, 2024
1 parent ad5424f commit a89ed3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cpu_local_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ on:
pull_request:
branches:
- mainline
pull_request_target:
branches:
- mainline

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/largemodel_unit_test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
pull_request:
branches:
- mainline
pull_request_target:
branches:
- mainline

concurrency:
group: large-model-unit-tests-${{ github.ref }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit_test_200gb_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
branches:
- mainline
- releases/*
pull_request_target:
branches:
- mainline
- releases/*

concurrency:
group: unit-tests-${{ github.ref }}
Expand Down

0 comments on commit a89ed3c

Please sign in to comment.