Skip to content

Commit

Permalink
+23
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 31, 2024
1 parent e2585ed commit 461e8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ jobs:
$b_fork_main = 'custom'
$b_fork_pretest = "pretest/$pr_num"
$b_fork_merged_pr_head = 'merged_pr_head' # $pr_num/head + main
$b_fork_virgin_merge_test = 'virgin_merge_test' # $b_merged_pr_head + custom
$b_fork_merged_pr_head = "$pr_num/merged_pr_head" # $pr_num/head + main
$b_fork_virgin_merge_test = "$pr_num/virgin_merge_test" # $b_merged_pr_head + custom
$b_core_main = '${{ github.event.repository.default_branch }}'
$b_core_subm_pretest = "subm-pretest/$org_repo/$pr_num"
Expand Down
2 changes: 1 addition & 1 deletion DataScraping/Reps/OpenCL-Docs
Submodule OpenCL-Docs updated from 9b0faa to bfd9a6

0 comments on commit 461e8f3

Please sign in to comment.